Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nfer/vscode-change-to-language-mode

Provides JUST one command to Change Language Mode.
https://github.com/nfer/vscode-change-to-language-mode

Last synced: about 2 months ago
JSON representation

Provides JUST one command to Change Language Mode.

Awesome Lists containing this project

README

        

# change-to-language-mode

**Provides JUST one command to Change Language Mode.**

For VSCode basic command, `Change Language Mode`, you need two step to change to given language.

1. Press `Shift + CMD + P`, and type `Change Language Mode`
2. Type `HTML` and Enter

With this extension, you ONLY need one step:

1. Press `Shift + CMD + P`, and type `Change To HTML Mode` or simply type `Change HTML`

Life is short, save it anytime.

PS: You can try `Change HTML and Format`, which format content after changed to HTML mode.

---

The following table lists commands:

Language | Identifier
-------- | ----------
changeToHTML | `html`
changeToJavaScript | `javascript`
changeToCSS | `css`
changeToJSON | `json`
changeToTypeScript | `typescript`
changeToMarkdown | `markdown`
changeToPlainText | `plaintext`
changeToLog | `log`

https://code.visualstudio.com/docs/languages/identifiers