typescript.java
typescript.java copied to clipboard
Smart Insert Mode
Java+Javascript have a smart insert mode.
What I mainly missing in ts files, that an inserted semicolon is not set at the correct positon.
I don't want to develop some custom features like this issue and prefer consuming tsserver. I don't know if tsserver provides that?
I think more and more typescript.java should be independant from JSDT.
In other words I think I will not implement this issue.
The smart insert mode is working in JSDT but I don't request that typescript.java should depend on JSDT, I know that this must be implemented independently.
Other features which I'm missing in ts.java and which I use daily when developing java apps are these features:
Expand selection to ...
Go to matching bracket
Matching brackets are already recognized and displayed but cannot be navigated, Expand selection to ...
is then "just" selecting the content between these brackets :-)
I use theses features not from the menu only with the shortcut keys. When doing this for years then you do it automatically without much thinking about it.