mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 05:21:08 +01:00
* Allow Emmet "Go to matching pair" to work inside script tags * Refactor template script detection and node extraction. * Futher refactoring of Emmet template identification logic. * Emmet: select entire script tag when unable to idnetify an inner element * Remove redundant nullity check
Emmet integration in Visual Studio Code
Features
See Emmet in Visual Studio Code
How to build and run from source?
Read the basics about extension authoring from Extending Visual Studio Code
- Read Build and Run VS Code from Source to get a local dev set up running for VS Code
- Open the
extensions/emmetfolder in the vscode repo in VS Code - Press F5 to start debugging
Running tests
Tests for Emmet extension are run as integration tests as part of VS Code.
- Read Build and Run VS Code from Source to get a local dev set up running for VS Code
- Run
./scripts/test-integration.shto run all the integrations tests that include the Emmet tests.