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

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?
This is similar to #8928 ?
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. https://github.com/Microsoft/vscode/issues/15099
Thank you
On Mon, Nov 21, 2016 at 3:55 PM Wade Anderson [email protected]
wrote:
@asolopovas https://github.com/asolopovas @rwatts3
https://github.com/rwatts3 apologize for the delay. This is on the
iteration plan for this month and is actively being worked on. #15099
https://github.com/Microsoft/vscode/issues/15099—
You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub
https://github.com/Microsoft/vscode/issues/3465#issuecomment-262093834,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFFsSTHyk1sgGHi7a0v00Rg2r_xFMpZPks5rAiFQgaJpZM4HjEsJ
.
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.
Most helpful comment
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