Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>IrishBruse's UtilitiesNew to Visual Studio Code? Get it now.
IrishBruse's Utilities

IrishBruse's Utilities

Ethan Conneely

|
18 installs
| (0) | Free
A collection of utilities made by me
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

IrishBruse's Utilities

A Visual Studio Code extension: snippet management, GitHub shortcuts, and small editor helpers.

Install: search the Marketplace for IrishBruse's Utilities (publisher irishbruse) or install from a .vsix built from this repository.

Requirements: VS Code ^1.110.0 (see engines.vscode in package.json).

Features

Snippet Manager

Tree view under the Snippet Manager activity bar: create, edit, and delete snippets in folders; map snippet files to language IDs for highlighting; and auto-generate snippets from multiple language sources using the settings below.

GitHub

From the Source Control title bar (when using Git), Open Pull Request opens the PR for the current branch in the browser (via git, not the GitHub CLI).

Relative goto

Relative goto jumps by line in the active editor: relative forward, - prefix for relative backward, or a leading space for an absolute line number (see the command prompt when you run it).

Theme

Empty Dark Theme is contributed as an optional dark UI theme (see Preferences: Color Theme).

Configuration

Map snippet file labels to VS Code language IDs:

{
  "ib-utilities.languageIdMappings": {
    "node": "typescript",
    "react": "typescriptreact"
  }
}

Control auto-generated snippet languages (left: target language ID; right: comma-separated source labels):

{
  "ib-utilities.generatedLanguageMappings": {
    "typescriptreact": "node,react"
  }
}

Commands

Command Title
ib-utilities.relativeGoTo Relative goto
ib-utilities.openSnippet Open Snippet
ib-utilities.showSnippetView Show Snippet View
ib-utilities.openPR Open Pull Request
ib-utilities.refreshSnippetView Refresh Snippets
ib-utilities.addSnippet Add new snippet
ib-utilities.editSnippet Edit snippet
ib-utilities.deleteSnippet Delete snippet

Development

npm install
npm run verify
  • Build: npm run build
  • Tests: npm run test
  • Lint: npm run lint

See AGENTS.md for contributor notes (including fnm for Node versions).

License

MIT

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