I am building aurelia v1 solutions with VS code and I noticed that the VS code extension aurelia - Visual Studio Marketplace is supposed to give me intellisense in the html file but I see none. Should it only work in v2 or am I doing something wrong?
There is also an excellent refactor feature the works in the typescript files but that does not update the same references in the HTML-files, what needs to be done to get that to work?
When building the solution I get build time errors/warnings in the TypesScript code but nothing on the HTML-templates. Is there any tool I can add to get that to work?
If there is work to be done to get any of the above to work I am happy to help.