Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode only ? #32

Open
steflen opened this issue May 15, 2020 · 3 comments
Open

vscode only ? #32

steflen opened this issue May 15, 2020 · 3 comments

Comments

@steflen
Copy link

steflen commented May 15, 2020

does this add any value to other IDEs like intelliJ webstorm ?

gg wp ;)

@AObuchow
Copy link

AObuchow commented Jun 1, 2020

Yes it adds value to Eclipse IDE through the Wild Web Developer plugin. See here.

Big thanks to @Quramy for your work :)

@wavded
Copy link

wavded commented Oct 29, 2020

Should work wherever tsserver is supported. I have it running on Vim (vim-ale or coc.nvim both work). Thanks @Quramy, seems to work much faster than what I had before (running eslint on file changes).

@Quramy
Copy link
Owner

Quramy commented Nov 6, 2020

seems to work much faster than what I had before (running eslint on file changes)

Yes. My plugin skips lexing and parsing because parsed AST is provided by tsserver.
My plugin only does convert from TypeScript AST to ESLint AST and run ESLint engine using the AST.

https://quramy.github.io/ts-eslint-talk/#slide=18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants