[go: up one dir, main page]

Skip to content

devhijazi/vscode-devhijazi-magic-tools

Repository files navigation

Magic Tools - Extension Pack

Thanks for checking out my VS Code Magic Tools extension pack.

Included Extensions

News

Now it is also possible to automatically configure the settings.json file with the pre-customized extensions provided by the author.

Recently Added

  • Code Spell Checker
  • Autopep8 for Python
  • Live Share

Material Icon Theme

vscode-icons

Material Design Icons for Visual Studio Code

Language Support for Java

vscode-icons

Java Linting, Intellisense, formatting, refactoring, Maven/Gradle support

Python

vscode-icons

IntelliSense (Pylance), Linting, Debugging

Om Theme Dracula

vscode-icons

This theme is based on Official Dracula Theme, Just a little darker (with and without italic).

Live Server

vscode-icons

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.

Prettier

vscode-icons

This extension keeps your code formatted and uniform throughout.

Eslint

vscode-icons

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.

vscode-proto3

vscode-icons

Protobuf 3 support for Visual Studio Code

EditorConfig

vscode-icons

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.

HTML CSS Support

vscode-icons

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.

Docker

vscode-icons

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.

Styled Components

vscode-icons

For frontend

Thunder Client

vscode-icons

Thunder Client is a lightweight Rest API Client Extension for Visual Studio Code with simple and clean design.

Apollo GraphQL

vscode-icons

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.

Code Runner

vscode-icons

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

Live Share

vscode-icons

Real-time collaborative development from the comfort of your favorite tools

Autopep8

vscode-icons

Formatting support for python files using the autopep8 formatter

Code Spell Checker

vscode-icons

Spelling checker for source code

Issues & Suggestions

For any issues or suggestions, please use GitHub issues.