Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 518 Bytes

other-tools.md

File metadata and controls

executable file
·
13 lines (9 loc) · 518 Bytes

Other Tools

Editor

Visual Studio Code is the recommended editor for new development.

There are some worthwhile extensions for this project:

  • C# - Code highlighting, formatting, intellisense, go-to-definition, and more
  • Docker - Code highlighting, linting, and more for Docker and Docker Compose
  • Markdown All in One - Markdown support and utilities
  • ESLint - Show JavaScript linting errors in the editor
  • EditorConfig - Keep syntax and formatting consistent for everyone