typescript.java icon indicating copy to clipboard operation
typescript.java copied to clipboard

Smart Insert Mode

Open wolfgang-ch opened this issue 7 years ago • 3 comments

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.

smart-insert-mode

javascript-editor-typing-2

wolfgang-ch avatar Jun 29 '17 05:06 wolfgang-ch

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.

angelozerr avatar Jun 30 '17 11:06 angelozerr

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 ...

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 :-)

goto-matching-bracket

wolfgang-ch avatar Jul 17 '17 07:07 wolfgang-ch

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.

wolfgang-ch avatar Jul 17 '17 07:07 wolfgang-ch