Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nfer/vscode-change-to-language-mode
- Owner: nfer
- License: mit
- Created: 2021-05-11T04:27:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T07:19:51.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T14:40:10.924Z (3 months ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 EnterWith 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