-
Notifications
You must be signed in to change notification settings - Fork 357
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
New ES6 intellisense #613
Comments
Thx for the feedback! Yeah, unfortunately we're taking a step back here in the interest of taking a couple steps forward... See our current discussion on this topic: #488 Regarding max intellisense... we actually do support const & let, but yes - syntax highlighting for most everything else is missing 😦 |
Are you suggesting the need for explicitly DT refs will removed in time? That requirement is bit of deal breaker for me. I seem to recall @code required them in the first release but it may have been removed later? I fully agree with the desire to collaborate with other efforts in this area. But, I'd like to avoid the extra work of managing explicit DT refs, especially as I tend to have many small source files Can you point me at good introductory docs for the new TS intellisense? I've been trying it with more substantial code and am seeing more useful intellisense now. However, there's still lots of unknowns and 'any's compared with the full NTVS intellisense. If it's faster that will be a boost, though latest full NTVS intellisense is pretty good now. The ability to browse using the top combos is a nice extra. |
Tracking this discussion in #488 |
I'm using node 4.x.x and the built in ES6 features like
const
and template strings. Currently this seems to be unsupported in intellisenseconst
and highlights ` as an errorThe problem with adding Definitely Typed definitions is they are community maintained For Hapi the file is very out of date so not really much use. Plus it's a real pain to manually insert and manage the references in each file.
I think an approach that supports ES6 without manual management of definitely Type refs is required.
The text was updated successfully, but these errors were encountered: