VSCode Extension Pack accompanying WDX 180° Curriculum
Install: Visit VSCode Marketplace
Included Extensions:
- Error Lens: Improve highlighting of errors, warnings and other language diagnostics.
- Live Server: Launch a development local Server with live reload feature for static & dynamic pages.
- Code Spell Checker: Spelling checker for source code.
- Live Share: Real-time collaborative development from the comfort of your favorite tools.
- Todo Tree: Show TODO, FIXME, etc. comment tags in a tree view
- Excel Viewer: Edit Excel spreadsheets and CSV files in Visual Studio Code and VS Code for the Web.
- Rainbow CSV: Highlight CSV and TSV files, Run SQL-like queries.
Other suggested Extensions (not included in the pack):
- Markdown Preview Enhanced
- Color Highlight: Highlight web colors in your editor
- Prettier - Code formatter: Code formatter using prettier
How to contribute:
-
Create a branch and make a PR.
-
Extensions can be found inside the
package.json
file, under theextensionPack
section. -
Make sure to update the version in
package.json
:"version": "0.1.3"
-
Make sure to update the CHANGELOG
-
Update the README.md file, and specifically the
Included Extensions
section.
Contributions:
- A big thanks to Vasilis Danias for his suggestions.