Doesn't work in Visual Studio 2017 15.7.4 with TypeScript SDK 2.9.2 installed
See original GitHub issueI have a Visual Studio 2017 project with .ts
files that contain html
literals.
In my package.json
I have:
"devDependencies": {
"typescript": "^2.9.2",
"typescript-lit-html-plugin": "^0.3.1"
}
In my tsconfig.json
I have:
"plugins": [
{
"name": "typescript-lit-html-plugin",
"tags": [
"html",
"svg",
"raw"
]
}
]
When editing .ts
files the literals are just strings.
Issue Analytics
- State:
- Created 5 years ago
- Comments:23 (16 by maintainers)
Top Results From Across the Web
TypeScript 2.9.2 for Visual Studio 2017
It includes both the TypeScript experience for Visual Studio and a standalone compiler that can be used from the command line. Works with....
Read more >Visual Studio 2017 15.7 Release Notes - Microsoft Learn
Release notes for the latest features and improvements in Visual Studio 2017 v15.7. Plan better, code together and ship faster with Visual ...
Read more >Visual Studio 2017 version 15.7.0 Minor Release is now ...
Microsoft releases Visual Studio 2017 version 15.7.0 minor release update to all the editions of Visual Studio 2017 with many new features ...
Read more >TypeScript version mismatch in Visual Studio 2019
Now you can just install NuGet package Microsoft.TypeScript.MSBuild. Then you don't need to install the SDK separately and it is recommended by ...
Read more >Microsoft.TypeScript.MSBuild 4.9.4 - NuGet
Version Downloads Last updated
4.9.4 23,880 19 days ago
4.9.3 39,175 a month ago
4.9.2‑rc 890 2 months ago
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@amcasey sorry, yeah i realized my mistake soon after i posted that and deleted my comment.
I got sidetracked but, I updated to 15.9.4 (I couldn’t find an easy way to just go to 15.8) and the plugin is working! 😃 (auto-closing tags and formatting support still doesn’t seem to be working - but intellisense, folding, and quickinfo are!)
Thanks a bunch for both of your guys’ help!
Thanks for the follow up. I’ve documented the required VS version