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.

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

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

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