Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mark2mark/vscode-essentials
Collection of super useful extensions for Visual Studio Code
https://github.com/mark2mark/vscode-essentials
Last synced: 4 days ago
JSON representation
Collection of super useful extensions for Visual Studio Code
- Host: GitHub
- URL: https://github.com/mark2mark/vscode-essentials
- Owner: Mark2Mark
- Created: 2021-02-12T17:42:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T13:41:16.000Z (over 1 year ago)
- Last Synced: 2024-12-19T15:13:00.554Z (15 days ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual Studio Code Essentials
Collection of super useful extensions for Visual Studio Code. Basically just a personal note---
## [VSCode Markdown Checkbox](https://github.com/PKief/vscode-markdown-checkbox)
Create and toggle checkboxes in Markdown documents![img](https://raw.githubusercontent.com/PKief/vscode-extension-markdown-checkbox/master/images/preview.gif)
See repo for all the features.
## [Quokka.js](https://quokkajs.com)
Rapid JavaScript Prototyping.![img](https://quokkajs.com/assets/img/vsc-val.gif)
See website for all the features.
- Needs node.js installed
- Optionally needs [JSDOM installed](https://quokkajs.com/docs/configuration.html#jsdom) to node.js `npm install jsdom` in order to use it for browser variables like `document` etc.
- Then cd to `~/.quokka` where you find the quokka global settings `config.json` file.
- Add `{ "plugins": ["jsdom-quokka-plugin"] }` to it.
```json
{
"pro": true,
"plugins": ["jsdom-quokka-plugin"]
}
```
- In order to link a JS file with an html file, [check this.](https://github.com/wallabyjs/quokka/issues/611#issue-853222936)## Prettier
## Pylance
## Black Formatter
## Dup Checker
## File Tree to Text Generator
## GitLens
## indent-rainbow
## markdownlint
## Markdown Preview Enhanced
## PHP Intellephense
## PHP Refactoring
## TODO Highlight v2
## Todo Tree
## YAML
## …