-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
intellisense doesn't work.no auto completion with inline javascript code in the .html file #3465
Comments
This is a known limitation since we switched to Salsa. I will document this in the release notes for the february update |
@egamma Are there any news or issue tracking on typescript side yet? Or this is only problem on vscode side? |
The fix requires collaboration on both ends. One VS Code has to feed that html file into the project context and Salsa needs to be able to work with this 'virtual' JS document. |
Any progress in fixing this? |
Very limiting issue. |
Ok it has been several months , I have gone through several beta releases to see that this still has not been addressed. As I write nearly all of my code in a handlebars/mustache like environment, this is extremely limiting and has a huge reduction in productivity. Can at least a timeline or "we'll be working on this in x release" be posted somewhere. I expect that majority of the community probably use a template engine or language of some sort so it's definitely not a low priority issue. This should be high priority IMHO |
It sad that almost every great code editor lacks some vital functionality for modern development. PHP storm doesn't have proper vue.js support and very resource hungry, SublimeText does not have proper completion, VSCode does not support completion in script tags. Hopefully one day things will get better. |
Does any one know if this will be implemented at all? |
@asolopovas @rwatts3 apologize for the delay. This is on the iteration plan for this month and is actively being worked on. #15099 |
Thank you
|
As this is a duplicate of #15377, I will close this one. Thank you for your feedback! We hear you and are working on making an excellent experience. |
I build vscode from the master branch.(0.10.10)
Found that intellisense doesn't work,no auto completion with inline js code in the .html file.
The previous version(0.10.8) support
The text was updated successfully, but these errors were encountered: