VS Code setup for TypeScript and Java: plugins and settings

preview_player
Показать описание
The plugins and settings you need for productive TypeScript and Java development in Visual Studio Code. Includes Java, Spring Boot, and LitElement plugins and Emmet setup for HTML snippets. Live reload for Spring Boot based Vaadin projects.

Shortcuts:
0:00 - Intro
0:38 - Java Extension Pack: Maven, debugging, code completion
1:18 - lit-plugin for LitElement: lit-html syntax highlighting and IntelliSense, property autocomplete
1:42 - Emmet setup: HTML snippets in TypeScript file templates

Рекомендации по теме
Комментарии
Автор

I am getting an error and the output is as follows:

Exception sending context initialized event to listener instance of class

What can be caused by ?

ugurer
Автор

Hey, I am running the same template + extensions in vscode (wsl2) but my livereload takes around 5-10 seconds which isn't dramatically. But seeing it as instant as shown in the video really makes me wonder why it takes so long for me :D any ideas ? (running from a pretty powerful pc)

bamboooholic