We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Figuring out how to add new features like this one to autocomplete external modules would be much simpler if we had an AST viewer.
Samples:
Sample projects that add custom views:
The text was updated successfully, but these errors were encountered:
SyntaxKind
feat(ast) enough of #233 to start working on UI
789ef2f
after my last push status is, click on any node to see associated information:
Still a lot to be done. But it can be parked.
Sorry, something went wrong.
After my next push:
bdf7415
feat(ast) a working ast view
4b1fa52
closes TypeStrong/atom-typescript#233
basarat
No branches or pull requests
Figuring out how to add new features like this one to autocomplete external modules would be much simpler if we had an AST viewer.
Samples:
Sample projects that add custom views:
The text was updated successfully, but these errors were encountered: