Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>JSP Language SupportNew to Visual Studio Code? Get it now.
JSP Language Support

JSP Language Support

Samuel Weinhardt

|
51,286 installs
| (3) | Free
JSP syntax highlighting for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSP Language Support

This extension provides basic syntax highlighting support for Jakarta Server Pages (JSP; formerly JavaServer Pages) in VS Code.

Note that not all JSP patterns are handled. Contributions are welcome. Please open a pull request.

Example image

To enable emmet abbreviations for JSP files (for example, to expand h1 to <h1></h1>), add the following configuration to your settings:

"emmet.includeLanguages": {
    "jsp": "html"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft