Yknot
  • Yknot Wiki
  • Yknot Blockchain Solutions
    • What we do
    • Crew & Contractors
    • Communication
    • Project Management
      • Agile Methodology
      • Codebase
    • Invoicing & Time Tracking
  • Telos
    • 🟣Telos resources
    • 🔄T-Swaps
  • Resources
    • 💹Blockchain And Cryptos
    • 📧Email Setup
    • ⚓Development Setup
      • 👓Visual Studio Code
      • 🐙Github Basics
    • 🎨CSS & Styling
      • 🔄Quasar
      • 🖥️Vue
    • 📑More Resources
    • Archive
      • 🐕husky
        • Husky
      • 💣sentry
        • sentry_readme
Powered by GitBook
On this page
  • Settings
  • Extensions
  1. Resources
  2. Development Setup

Visual Studio Code

PreviousDevelopment SetupNextGithub Basics

Last updated 2 years ago

Most of the crew uses Visual Studio Code as their default editor.

Settings

You can enable auto formatting on save by adding the following in your settings.json file:

"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
    "source.fixAll": true
},

Extensions

Extensions make VS Code great. Here are some of the good ones:

Webdev

  • IronGeek.vscode-env

  • dbaeumer.vscode-eslint

  • hwencc.html-tag-wrapper

  • xabikos.JavaScriptSnippets

  • amandeepmittal.pug

  • syler.sass-indented

  • jock.svg

  • octref.vetur

  • Vue.volar

  • ms-vscode-remote.remote-wsl

Smart Contracts

  • JuanBlanco.solidity

Formatters

  • esbenp.prettier-vscode

Git

  • mhutchie.git-graph

  • eamodio.gitlens

Editor

  • intellij-idea-keybindings

  • Gruntfuggly.todo-tree

Quality of life

  • github.copilot

  • ms-azuretools.vscode-docker

⚓
👓
https://code.visualstudio.com/docs/terminal/basicscode.visualstudio.com