Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>KUB Extension PackNew to Visual Studio Code? Get it now.
KUB Extension Pack

KUB Extension Pack

Knoxville Utilities Board

|
562 installs
| (1) | Free
All the basic extensions needed to get up and running in vscode.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

KUB Extension pack

Common VSCode extensions for KUB Developers.

Included Extensions

Linting

ESLint

Javascript linting.

SonarLint

Java linting.

MarkdownLint

Markdown linting.

Code Spell Checker

Spell checking your code.

Formatting/Syntax

Prettier

Change your default formatter to Prettier by adding this to your settings.json:

"editor.defaultFormatter": "esbenp.prettier-vscode"

Prettier Java Plugin

Specify the formatter for Java files by adding this to your settings.json:

"[java]": {
  "editor.defaultFormatter": "RudraPatel.prettier-plugin-java-vscode"
}

Prettier plugin to format Java.

Handlebars

Syntax highlighting and code snippets.

Ember.js Development

Ember.js

Autocompletion for ember components and helpers. It also has integration with ember-template-lint.

Add the following settings to your settings.json:

"eslint.validate": [
  "glimmer-ts",
  "glimmer-js"
],
"[handlebars]": {
  "editor.defaultFormatter": "esbenp.prettier-vscode"
},

Ember Module Snippets

Snippets to make importing Ember modules a snap in VSCode.

Glint

Type safety for Glimmer component templates.

Add the following settings to your settings.json:

"[glimmer-js]": {
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.foldingStrategy": "indentation"
},
"[glimmer-ts]": {
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.foldingStrategy": "indentation"
},

Also, if you don't have the prettier.documentSelectors setting in your settings.json, add it. If you do, add the **/*.gjs and **/*.gts entries.

"prettier.documentSelectors": [
  "**/*.js",
  "**/*.ts",
  "**/*.json",
  "**/*.html",
  "**/*.css",
  "**/*.scss",
  "**/*.md",
  "**/*.yaml",
  "**/*.yml",
  "**/*.hbs",
  "**/*.gjs",
  "**/*.gts"
],

Source Control

GitLens - Git Supercharged

Numerous features for Git. Spend some time exploring them in their docs.

Remote Development

Remote - SSH

SSH servers as development environments.

Remote - Containers

Docker Containers as full development environments.

Remote - WSL

VS Code integration in WSL.

Java

Java Extension Pack

Collection of extensions for Java development.

Red Hat Extension Pack

Node.js

Version Lens

Shows the latest version for your dependencies in your package.json.

.NET

.NET Extension Pack

Collection of extensions for .NET development.

Add the following settings to your settings.json:

"[csharp]": {
  "editor.defaultFormatter": "ms-dotnettools.csharp"
},

.NET Core User Secrets

Manage .NET Core user secrets in VS Code.

Azure Tools for Visual Studio Code

Azure Tools for Visual Studio Code.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft