Sublime Text 3, Using JS Parsing with TS Autocompletion

I am using Sublime Text 3

I want to use JS syntax theme with Autocmpletion TS.

This is JS syntax, and I like it, it provides a better definition of keys for use in themes. enter image description here

TS syntax, for example, does not provide a variable key in the theme map to apply styles to it. enter image description here

But when I use JS parsing that I like, I can't use this cool TS syntax helper. enter image description here

How can I use JS syntax with TS autocomplete helpers at the same time?

+4
source share
1 answer

How can I use JS syntax with TS autocomplete helpers at the same time?

. https://github.com/Microsoft/TypeScript-Sublime-Plugin

!

JS - TS, JS TS .

-1

Source: https://habr.com/ru/post/1648716/


All Articles