Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

## …