Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>DevUtils ManagerNew to Visual Studio Code? Get it now.
DevUtils Manager

DevUtils Manager

Abraham Díaz Ahijón

|
1 install
| (0) | Free
Save and reuse your utility functions with smart imports. Build your personal code snippet library.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DevUtils Manager

Your personal utility functions library, always at your fingertips.

Features

DevUtils Manager helps developers save, organize, and reuse utility functions across projects. Build your personal knowledge base of code snippets and boost your productivity.

Save Functions

  • Select any code snippet
  • Right-click and choose "DevUtils: Save Function"
  • Add a name and description
  • Automatically detects the programming language

Browse Your Library

  • View all saved functions with a searchable quick pick menu
  • See detailed information including usage statistics
  • Filter by name, language, or description

Insert Functions

  • Quick insert with Ctrl+Alt+I
  • Search and preview before inserting
  • Automatic usage tracking

Commands

Command Shortcut Description
DevUtils: Save Function Ctrl+Alt+S Save selected code as a utility function
DevUtils: Show My Functions Ctrl+Alt+F Browse your function library
DevUtils: Insert Function Ctrl+Alt+I Insert a saved function at cursor

Note: On macOS, use Cmd instead of Ctrl

Usage

Saving a Function

  1. Select the code you want to save
  2. Press Ctrl+Alt+S or right-click and select "DevUtils: Save Function"
  3. Enter a name (e.g., "formatDate", "fetchWithRetry")
  4. Optionally add a description
  5. Done! Your function is saved locally

Inserting a Function

  1. Place your cursor where you want to insert code
  2. Press Ctrl+Alt+I
  3. Search for your function by name or description
  4. Press Enter to insert

Viewing Functions

  1. Press Ctrl+Alt+F to see all your saved functions
  2. Select any function to view its details in a side panel
  3. See code, description, language, and usage statistics

Requirements

  • Visual Studio Code v1.105.0 or higher

Storage

All functions are stored locally in your VS Code global storage directory. Your data stays on your machine and is never sent anywhere.

Known Issues

None at the moment. Report issues at GitHub Issues

Release Notes

0.0.1

Initial release of DevUtils Manager

  • Save code snippets as reusable functions
  • Browse and search your function library
  • Insert functions with keyboard shortcuts
  • View detailed function information
  • Usage tracking for each function

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

ISC

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