Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 5.7 KB

vscodeExtensions.md

File metadata and controls

55 lines (43 loc) · 5.7 KB

Visual Studio Code Extensions

Extensions which I use in Visual Studio Code.

Summary

Code

Name Id Description Publisher
C/C++ ms-vscode.cpptools C/C++ IntelliSense, debugging, and code browsing. Microsoft
Code Runner formulahendry.code-runner Run C, C++, Java, JS, PHP, Python, Perl, Ruby, Go, Lua, Groovy, PowerShell, CMD, BASH, F#, C#, VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml, R, AppleScript, Elixir, VB.NET, Clojure, Haxe, Obj-C, Rust, Racket, Scheme, AutoHotkey, AutoIt, Kotlin, Dart, Pascal, Haskell, Nim. Jun Han
Java Extension Pack vscjava.vscode-java-pack Popular extensions for Java development that provides Java IntelliSense, debugging, testing, Maven/Gradle support, project management and more Microsoft
Jupyter ms-toolsai.jupyter Jupyter notebook support, interactive programming and computing that supports Intellisense, debugging and more. Microsoft
LinkerScript zixuanwang.linkerscript Language support for GNU linker script Zixuan Wang
MIPS Support kdarkhan.mips Provides syntax highlighting and snippets for MIPS assembly language kdarkhan
Prolog rebornix.prolog Prolog language support for Visual Studio Code Peng Lv
Python ms-python.python IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more. Microsoft
Pylance ms-python.vscode-pylance A performant, feature-rich language server for Python in VS Code Microsoft
SonarLint SonarSource.sonarlint-vscode SonarLint is an IDE extension that helps you detect and fix quality issues as you write code in C, C++, Java, JavaScript, PHP, Python, HTML and TypeScript. SonarSource
x86 and x86_64 Assembly 13xforever.language-x86-64-assembly Cutting edge x86 and x86_64 assembly syntax highlighting 13xforever
R REditorSupport.r R Extension for Visual Studio Code REditorSupport
YAML redhat.vscode-yaml YAML Language Support by Red Hat, with built-in Kubernetes syntax support Red Hat

Environment

Name Id Description Publisher
Live Server ritwickdey.liveserver Launch a development local Server with live reload feature for static & dynamic pages Ritwick Dey
Live Share ms-vsliveshare.vsliveshare Real-time collaborative development from the comfort of your favorite tools. Microsoft
Markdown Preview Github Styling bierner.markdown-preview-github-styles Changes VS Code's built-in markdown preview to match Github's style Matt Bierner
select highlight in minimap mde.select-highlight-minimap selected text highlight in minimap and editor fozzeuh
Trailing Spaces shardulm94.trailing-spaces Highlight trailing spaces and delete them in a flash! Shardul Mahadik
vscode-pdf tomoki1207.pdf Display pdf file in VSCode. tomoki1207
Swagger Viewer Arjun.swagger-viewer Swagger Viewer lets you preview and validate Swagger 2.0 and OpenAPI files as you type in Visual Studio Code. Arjun G

Themes

Name Id Description Publisher
Dracula Official dracula-theme.theme-dracula Official Dracula Theme. A dark theme for many editors, shells, and more. Dracula Theme
Material Icon Theme PKief.material-icon-theme Material Design Icons for Visual Studio Code Philipp Kief

Misc

Name Id Description Publisher
Git Graph mhutchie.git-graph View a Git Graph of your repository, and perform Git actions from the graph. mhutchie
GitHub Pull Requests and Issues GitHub.vscode-pull-request-github Pull Request and Issue Provider for GitHub. GitHub
Discord Presence icrawl.discord-vscode Update your discord status with a rich presence. Crawl