This project contains all my personal visual studio code settings. If you like my configuration I offer you a small guide to have my configuration in your visual studio code.
If you decide to install my configuration keep in mind that you will also install the shortcuts that I use. This means that they can diverge from the default settings. I encourage you to research all the shortcuts I use and customize them for you.
This repository was created with the idea of offering new users an advanced visual studio code configuration. As my main job is javascript developer almost all this configuration is ready for it. If you work with other languages I encourage you to visit the aweosome-vscode repository which contains a list of amazing extensions and themes for visual studio code.
- Installation
- Extensions
- Auto Close Tag
- Auto Rename Tag
- Babel ES6/ES7
- Beautify css sass scss less
- Better Haml
- Bookmarks
- Bracket Jumper
- Bracket Pair Colorizer
- Bracket Select
- Center Editor Window
- Change String Case
- Code Spell Checker
- Colorize
- CSS Peek
- Debug arrow function
- DotENV
- Duplicate Action
- Editor Config for VS Code
- ES7 React Redux GraphQL React Native snippets
- ESLint
- Flow Language Support
- gitignore
- Hightlight selections vscode
- HTML Snippets
- Import Cost
- JavaScript Booster
- Javascript Console Utils
- Jest Snippets
- Jump to Test
- Live Share
- Markdownlint
- Material Icon Theme
- npm
- npm Intellisense
- One Monokai Theme
- Path Intellisense
- Prettier - Code formatter
- Project Manager
- Relative Path
- Ruby
- Sequelize VSCode Association Snippet
- Settings Sync
- Sort JS object keys
- stylelint
- TODO Highlight
- YAML
1. Install Fira Code font.
2. Install Settings Sync extension.
4f6d6508cd38526ce22faf2117cb4306
Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text.
Auto rename paired HTML/XML tags.
Improves majorly on the grammar distributed by default with vscode.
Beautify css, sass and less code (extension for Visual Studio Code).
Better haml support, with parentheses coloring, auto close parentheses, brackets, curly braces, quote, double quote, backtick, ruby interpolations, etc.
Mark lines and jump to them.
Navigate by jumping from bracket to bracket!
This extension allows matching brackets to be identified with colours. The user can define which characters to match, and which colours to use.
This is a simple plugin that support to quick select text between matched brackets.
This extension centers your editor window at the current cursor position.
Change the selected string from one case format to another.
A basic spell checker that works well with camelCase code. The goal of this spell checker is to help catch common spelling errors while keeping the number of false positives low.
A vscode extension to help visualize css colors in files.
Peek or Jump to a CSS definition directly from HTML, just like in Brackets!
To help debugging you can create usual "block body" to your arrow function and later convert it back.
Support for dotenv file syntax.
Ability to duplicate files and directories.
Editor Config for VS Code.
Simple extensions for React, Redux and Graphql in JS/TS with ES7 syntax.
Integrates ESLint JavaScript into VS Code.
This extension adds Flow support for VS Code. Flow is a static type checker, designed to find type errors in JavaScript programs.
A extension for Visual Studio Code that assists you in working with .gitignore files.
Select or double click a word to highlight it in your editor.
Full HTML tags including HTML5 Snippets.
This extension will display inline in the editor the size of the imported package. The extension utilizes webpack with babili-webpack-plugin in order to detect the imported size.
Boost your productivity with advanced JavaScript refactorings and commands.
Boost your productivity with advanced JavaScript refactorings and commands.
Code snippets for testing framework Jest.
Open spec/test file based on current file's name.
Real-time collaborative development from the comfort of your favorite tools.
Markdown linting and style checking for Visual Studio Code.
Material Design Icons for Visual Studio Code.
npm support for VS Code.
Visual Studio Code plugin that autocompletes npm modules in import statements.
A cross between Monokai and One Dark theme.
Visual Studio Code plugin that autocompletes filenames.
VS Code plugin for prettier/prettier.
Easily switch between projects.
Get relative url paths from files in the current workspace.
Ruby language support and debugging for Visual Studio Code.
Snippets for creating interface mixins in VS Code.
Synchronize Settings, Snippets, Themes, File Icons, Launch, Keybindings, Workspaces and Extensions Across Multiple Machines Using GitHub Gist.
An extension to sort the js object keys.
Modern CSS/SCSS/Less linter.
Highlight TODOs, FIXMEs, and any keywords, annotations...
YAML Language Support by Red Hat, with built-in Kubernetes and Kedge syntax support.