Bug 499484 - [editor][formatter] Support for auto format "onkey"
Summary: [editor][formatter] Support for auto format "onkey"
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Victor Rubezhny CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-10 03:08 EDT by Angelo ZERR CLA
Modified: 2016-08-10 10:18 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Angelo ZERR CLA 2016-08-10 03:08:07 EDT
Today auto format is done when file is saved. It should be cool if format could be done when we are typing content in the editor. Please note that VSCode support this feature.

In my case, I would like to support this feature with my TypeScript Editor (tsserver supports this command, and VSCode consumes it). See https://github.com/angelozerr/typescript.java/issues/64

If anybody have time, please suggest me some good practice to implement this feature (where can we do this process?). Thanks!