VSCode extensions
September 10, 2024•3 min read•
VSCode
Source control
- GitLens - lots of git features
Ruby / Rails / RSpec
- Rails Go To Spec - navigate between code file and spec by shortcut
- Ruby Around the Block - switch between single- and multi-line blocks (a little glitchy with nested
{}
) - Ruby LSP - VS Code plugin for connecting with the Ruby LSP
- ruby-rubocop-revived - execute rubocop for current Ruby code.
- YARD Documenter - Document Ruby source code with YARD
Markdown
- CSV to Markdown Table - Convert CSV/TSV/PSV text to GitHub Flavored Markdown table
- Markdown All in One - an extension pack for writing in Markdown
- Markdown Paste - A smartly paste for markdown.
- Marp for VS Code - Create slide deck written in Marp Markdown on VS Code
- Markown Preview Enhanced - Markdown Preview Enhanced ported to vscode (positively amazing Markdown previews, but too slow on my machine)
File navigation/manipulation & hotkeys
- Bookmarks - create and navigate to bookmarks
- change-case - easily change case (snake, camel, etc.)
- Emmet Keybindings - Improve your productivity through new keyboard shortcuts for Emmet
- File Utils - easily move, duplicate, and rename files
- Flip - Reverse those lines!
- Select By - Select text range based on certain criteria (regex,...) and move cursor by regex
- Subword navigation - navigate with more precision
- Swap Selection with Clipboard
- Unique Lines - Keep unique lines of text and remove duplicates from current selection. Also includes a command to shuffle currently selected lines.
- Vertical Jump - navigate methods quickly
Misc
- Code Spell Checker - Spelling checker for source code
- Custom CSS and JS Loader - allows custom CSS and JS in VSCode
- Open In Default Browser - open current file in browser
- Peacock - give workspaces different identifying color schemes
- SVG Previewer - what it sounds like
- Todo Tree - Show TODO, FIXME, etc. comment tags in a tree view
- vscode-pdf - Display pdf file in VSCode.
Sharing, SSH, etc.
- LiveShare - pair with others in VSCode
- Remote - SSH - Open any folder on a remote machine using SSH and take advantage of VS Code's full feature set.
- Remote Explorer - View remote machines for SSH and Tunnels.
- WSL - open any folder in Windows Subsytem for Linux in VSCode