You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, ts files are opened with JSDT Editor, but there are several problems:
double parsing of ts file (on JSDT client editor + on tsserver side).
cannot override outline, open hierarchy, format, etc
This issue is about implementing a custom TypeScriptEditor, but it's a lot of work. I would like to reuse some JSDT features like syntax coloration to benefit with UI preferences to customize color, etc
The text was updated successfully, but these errors were encountered:
angelozerr
changed the title
Experiment to implement custom TextEditor
Experiment to implement custom TypeScriptEditor
Apr 4, 2016
I close this issue since TypeScript editor was implemented from scratch but it uses some features of JSDT like syntax coloration, match bracket etc. In other words this editor uses the whole features of JSDT which don't need the AST which can be slow.
The goal of this TypeScript editor is to have a very fast editor when a ts file is opened. According my tests, this editor is very fast when a big ts file is opened.
Today, ts files are opened with JSDT Editor, but there are several problems:
This issue is about implementing a custom TypeScriptEditor, but it's a lot of work. I would like to reuse some JSDT features like syntax coloration to benefit with UI preferences to customize color, etc
The text was updated successfully, but these errors were encountered: