A collection of extensions for working with Coldfusion + Vue + SQL Stack in VS Code.
These are some of our favorite extensions to make development easier and fun.
Included extensions:
Bookmarks - Adds a bookmark to places you designate in your file, and allows you to quickly jump between them. Super helpful. Type command + opt + K to create a bookmark and command + opt + J to jump between them 🔖
Better Comments - The Better Comments extension will help you create more human-friendly comments in your code.
npm Intellisense - Visual Studio Code plugin that autocompletes npm modules in import statements.
CFML Component Paths - Code completion for all CFML components in the active workspace.
Remote Development Preview - The Remote Development extension pack allows you to open any folder in a container, on a remote machine, or in the Windows Subsystem for Linux (WSL).
Bracket Pair Colorizer - This extension allows matching brackets to be identified with colours. The user can define which characters to match, and which colours to use. Super handy!
gitlens - GitLens supercharges Git inside VS Code and unlocks untapped knowledge within each repository. It helps you to visualize code authorship at a glance.
Prettier - Never worry about formatting your code ever again, keep everything consistent with ease. My suggestion is to add "editor.tabCompletion": true, "editor.formatOnSave": true, to your settings file in preferences.
Vetur - Includes support for .vue files, including but not limited to: Syntax-highlighting, Emmet, Linting / Error Checking, Formatting, Auto Completion, Debugging
Vue Snippets - These are my own snippets to supercharge Vue application development 🚀
Formatting toggle This one is a lifesaver! I love Prettier, but there are times I'm submitting PRs to repos with different formatting rules than I have. Rather than having to either shut off Prettier entirely, update my preferences to match theirs, or submit a noisy PR, I can use this extension to toggle formatting with a quickkey and get everything in! I love it.
CFML - CFML Language Support for Visual Studio Code.
CFML - An extension for Visual Studio Code to assist in development with CFML.
Docker - 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 Core inside a container.
Remote WSL - The WSL extension lets you use VS Code on Windows to build Linux applications that run on the Windows Subsystem for Linux (WSL). You get all the productivity of Windows while developing with Linux-based tools, runtimes, and utilities.
Poorman TSQL - This is a Visual Studio Code extension for Poor Man's T-SQL Formatter, a SQL formatting library available in a variety of other editors & IDEs.
TODO Highlighter - Clicking a TODO within the tree will open the file and put the cursor on the line containing the TODO.
Change Case - Quickly change the case of the current selection or current word.
Indent Rainbow - This extension colorizes the indentation in front of your text, alternating four different colors on each step.
Trailign whitespace - A VS Code extension that allows you to highlight trailing spaces and delete them in a flash!.
Path Autocomplete - Provides path completion for visual studio code.
ES6 Snippets - quickly spin up ES6 JavaScript with only 3 or 4 characters