Thanks for checking out my VS Code Magic Tools extension pack.
Now it is also possible to automatically configure the settings.json file with the pre-customized extensions provided by the author.
- Code Spell Checker
- Autopep8 for Python
- Live Share
Material Design Icons for Visual Studio Code
Java Linting, Intellisense, formatting, refactoring, Maven/Gradle support
IntelliSense (Pylance), Linting, Debugging
This theme is based on Official Dracula Theme, Just a little darker (with and without italic).
This extension sets up a local web server so that you can see the changes made in real-time without having to reload. It’s a must-have for web development.
This extension keeps your code formatted and uniform throughout.
The extension uses the ESLint library installed in the opened workspace folder. If the folder doesn't provide one the extension looks for a global install version. If you haven't installed ESLint either locally or globally do so by running npm install eslint in the workspace folder for a local install or npm install -g eslint for a global install.
Protobuf 3 support for Visual Studio Code
This plugin attempts to override user/workspace settings with settings found in .editorconfig files. No additional or vscode-specific files are required. As with any EditorConfig plugin, if root=true is not specified, EditorConfig will continue to look for an .editorconfig file outside of the project.
Here are a few key features this extension adds:
- Class attribute completion.
- Id attribute completion.
- Scans workspace folder for CSS and SCSS files.
- Supports remote css files.
The Docker extension makes it easy to build, manage, and deploy containerized applications from Visual Studio Code. It also provides one-click debugging of Node.js, Python, and .NET inside a container.
For frontend
Thunder Client is a lightweight Rest API Client Extension for Visual Studio Code with simple and clean design.
GraphQL has the potential to create incredible developer experiences, thanks to its strongly typed schema and query language. The Apollo platform brings these possibilities to life by enhancing your editor with rich metadata from your graph API.
Run code snippet or code file for multiple languages: C, C++, Java, JavaScript, PHP, Python, Perl, Perl 6, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, F# (.NET Core), C# Script, C# (.NET Core), VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script, R, AppleScript, Elixir, Visual Basic .NET, Clojure, Haxe, Objective-C, Rust, Racket, Scheme, AutoHotkey, AutoIt, Kotlin, Dart, Free Pascal, Haskell, Nim, D, Lisp, Kit, V, SCSS, Sass, CUDA, Less, Fortran, Ring, Standard ML, Zig, Mojo, and custom command
Real-time collaborative development from the comfort of your favorite tools
Formatting support for python files using the autopep8 formatter
Spelling checker for source code
For any issues or suggestions, please use GitHub issues.