-
Notifications
You must be signed in to change notification settings - Fork 14
Improve editor experience to be similar to Java with JDT #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks @micaelgallego for having taking time to list (a lot of) issues. I think it should be better to have an issue per problem for the discussion. |
Ok thanks, I'll do it when I have a bit time to put more details in every issue. |
I've just created an independent issue for every item in this list. Maybe we can close this issue to track th work on the new ones. |
Thanks @micaelgallego I close this issue. |
TypeScript.java plugin is in alpha state right now but also is improving quickly.
In this issue I like only to note the differences between editor experience between Java with JDT and TypeScript with this plugin.
[ES6] Auto imports with completion #22
Collapse elements in editor #23
Ctrl+Shift+O: Organize imports #24
Refresh project when creating duplicate file #25
File icon in project explorer doesn't show compile error icon when there is an error in the file #26
Compilation errors don't appear in Problems view #27
Refactor rename support #28
Ctrl+Shift+T is not working for finding types in TypeScript projects #29
<pre>
and</pre>
in the text. SeeHover when autocompleting shows
<pre>
and</pre>
in the text #30Autocompleting is not working in import path #31
Select only the name of the declaration when going to it from reference (Ctrl+Click) #32
Implement Open Call hierarchy #33
Implement Open Type Hierarchy #34
TypeScript editor is referred as "JavaScript editor" when open a file #35
Code Formatting #36
Improve method auto-completion writing parameter names #37
Outline is missing for TypeScript files #38
@angelozerr Do you prefer that I open an issue for every item in the list to further discussion or is ok for now to have the list registered here?
The text was updated successfully, but these errors were encountered: