DevExpress / vscode-rushnav

Essential TypeScript Navigation
Other
2 stars 3 forks source link

JavaScript support? #7

Open st-schneider opened 5 years ago

st-schneider commented 5 years ago

If your are already using the typescript language server, when allowJS is active can you support js files then as well?

alexxanderz commented 5 years ago

If typescript language server provides information on types in js files, then I think we can certainly look into supporting js files.

st-schneider commented 5 years ago

https://github.com/sourcegraph/javascript-typescript-langserver maybe this helps