Saturday 6 May 2017

WebStorm: Typescript import completion

Is it possible to configure completion of non .ts files when using ES6 import of CommonJS require?

For example, I want to import .css file. Here is how it looks in .js (completion for all possible file types):

enter image description here

And similar in .ts (completion only for .ts files):

enter image description here



via GProst

No comments:

Post a Comment