atom / ide-typescript

TypeScript and Javascript language support for Atom-IDE
MIT License
368 stars 63 forks source link

It doeent work in Atom 1.30 #131

Closed ejgutierrez74 closed 6 years ago

ejgutierrez74 commented 6 years ago

Atom: 1.30.0 Plugin: latest version SO: Ubuntu 18.04.1 64 bits

I have installed ide-typescript along atom-ide-ui and ide-html and ide-css.... and it seems it doesnt work... not error or warning messages not inline html file or in .js file...

Dont know if i have to set some config....

captura de pantalla de 2018-09-24 14-23-21 captura de pantalla de 2018-09-24 14-23-18

It seems it works at least in .js files not in html if i enable the linter-jshint, but it shouldnt be necessary.... ide_typescript must show errors and warnings using atom-ide-diagnostic....

I also have the atom-ide-diagnostic as you can watch in the images...

Im looking for javascript, html and css plugins to show me errors and warnings....just in case you know or use some.

Thanks

damieng commented 6 years ago

The typescript compiler does not support typescript inside HTML files and so we are also unable to process typescript contained in these files.

This is also a limitation of the language server protocol which I hope will one day be addressed there but it is not possible for Atom to do this without that support.

ejgutierrez74 commented 6 years ago

Sorry, but just one question why is linter-jshint and linter-jscs working ? Are they using different language server ? Thanks

damieng commented 6 years ago

They are hinting packages that do some analysis that can work on .html files. The typescript compiler used behind the scenes here only does .ts and .js files.

sagarguhe commented 6 years ago

@damieng Plugin stopped indexing, linting and Hyperclick not working anymore, I am working with .tsx file. previously it was working fine. Atom: 1.31.2 ide-typescript: 0.7.9 OS: macOS High Sierra 10.13.6