-
Notifications
You must be signed in to change notification settings - Fork 5
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
Require options #4
Comments
Does it show any other autocomplete? Something like: ["1"].conc should suggest |
@lierdakil Any idea about this? Has anything changed from the TypeScript side? |
@Ismael-Oliv Please try with v1.2.1 and see if this fixes it. |
I can confirm that sometimes the autocomplete is not fast/intelligent enough here. It might be because of the TypeScript server. @lierdakil and I will take a look into this. |
Try installing |
Alright, no problem. 👍 |
I think I should add an option for automatic Nodejs completions. Maybe it works on my system out of the box because I have |
Alright, I'm gonna try it ... |
Without There is a caveat however, TypeScript will sometimes cache type definitions in Including/enabling Node definitions by default isn't the greatest idea, because some of us write code for the browser (shocking, I know), and we don't really want to see Node-specific suggestions that won't work. |
I have a suggestion. We can add a command and a Tool-bar button to add Nodejs support by using that. People who need Node should click or run that command first, or should install the @types |
Typing The "hassle" I was talking about above is tracking down and installing definitions for all the dependencies -- that is a bit of a chore. |
I am planning to add a npm IDE which adds GUI and clickable buttons for running various operations. I think we can address installing the types in that package! |
When I try to import using javascript like this way "const fs = require('fs') and typescript with "import", it doesn't show all the "require" options that it used to do.
I'm using the 1.2.0 atom-ide-javascript version
video.zip
The text was updated successfully, but these errors were encountered: