Wednesday 19 December 2018

Visual Studio 2017 Extensions I use

Here is a list of Visual Studio 2017 extensions I use.

Roslynator - A collection of 500+ analyzers, refactorings and fixes for C#, powered by Roslyn
GitHub Extension for Visual Studio - The easiest way to connect to your GitHub repositories in Visual Studio
Indent Guides - Adds vertical lines at each indent level
HtmlTools - Productivity tools for the HTML editor
Productivity Power Tools - Installs the individual extensions of Productivity Power Tools
Visual Studio Spell Checker - Visual Studio editor extension that checks the spelling of comments, strings, and plain text as you type or interactively with a tool window

References

Tuesday 18 December 2018

Visual Studio Code Extensions I use

Here is a list of Visual Studio extensions I use.

Settings Sync - This extension is the first one I always install. It allows to sync extensions and Visual Studio Code settings across multiple machines using your GitHub Gist. It allows to sync Settings, Snippets, Themes, File Icons, Launch, Keybindings, Workspaces and Extensions.
Vetur - Vue tooling for VS Code
vscode-icons - Icons for Visual Studio Code
Code Spell Checker - Spelling checker for source code
SpellChecker - Offline spell checker
Russian - Code Spell Checker - Russian dictionary extension for VS Code
IntelliSense for CSS class names in HTML - CSS class name completion for the HTML class attribute based on the definitions found in your workspace
.NET Core Test Explorer - Test Explorer for .NET Core (MSTest, xUnit, NUnit)
.NET Core Tools - Fast way to build, run and test .NET Core (C#, F#) project
C# - C# for Visual Studio Code (powered by OmniSharp)
C# Extensions - C# IDE Extensions for VSCode
C# XML Documentation Comments - Generate C# XML documentation comments for ///
Classy Naming - Provides suggestions for field and parameter names for C#
Coverage Gutters - Display test coverage generated by lcov or xml - works with many languages
Debugger for Chrome - Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol
Git History - View git log, file history, compare branches or commits
Git Project Manager - Allows you to change easily between git projects
GitLens - Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
HTML Snippets - Full HTML tags including HTML5 Snippets
HTMLHint - VS Code integration for HTMLHint - A Static Code Analysis Tool for HTML
ILSpy .NET Decompiler - Decompile MSIL assemblies - support for full framework, .NET Core and .NET Standard
IntelliSense for CSS class names in HTML - CSS class name completion for the HTML class attribute based on the definitions found in your workspace
JavaScript Snippet Pack - A snippet pack to make you more productive working with JavaScript
jQuery Snippets - all in jquery snippets for development
JS-CSS-HTML Formatter - Format ,prettify and beautify JS, CSS, HTML code by using shortcuts, context menu or CLI
Mono Debug - Visual Studio Code debugger extension for Mono
Path Intellisense - Visual Studio Code plugin that autocompletes filenames
SQL Server (mssql) - Develop Microsoft SQL Server, Azure SQL Database and SQL Data Warehouse everywhere
vscode-database - Support SQL database (mysql and postgres)
TODO List - List all of your TODO-type comments in an easy-to-read tree view panel. Syntax Highlighting and Trello Integration included
Browser Preview - A real browser preview inside your editor that you can debug
indent-rainbow - Makes indentation easier to read
Git File History - Quickly browse the history of a file from any git repository. Visually!

References