Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CodeStormNew to Visual Studio Code? Get it now.
CodeStorm

CodeStorm

Phat Arrow

|
2,169 installs
| (1) | Free
VSCode extension that replicates several productivity features of WebStorm
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CodeStorm

Bring several productivity features of WebStorm into VSCode.

version

Features

  • Editor title menu button for "Reveal in Side Bar" navigation (similar to Select Open File)

    Implementation inspired by https://github.com/smulyono/reveal-file-ext

  • Auto insert closing XML/HTML tags in file types other than *.xml|html

    Implementation inspired by https://github.com/formulahendry/vscode-auto-close-tag

  • Terminals tree view for the Activity Bar to provide GUI for editing terminal names and switching between terminals

Extension Settings

Settings can be found by searching for the term codestorm in the VSCode settings GUI.

  • Reveal in side bar button
    • show: Whether to show or hide the editor menu button (target icon)
      "codeStorm.revealInSideBarButton.show": true
  • Auto insert closing XML/HTML tags
    • enabled: Enables/disables auto inserting closing tag on XML/HTML tag completion in file types other than *.xml|html (VSCode auto inserts closing tags in these files by default)
      "codeStorm.autoInsertClosingXmlHtmlTag.enabled": true
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft