The ultimate collection of VS Code extensions by Pirulug. Includes professional themes, icon packs, essential keymaps, and powerful Bootstrap 5 development tools.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
The ultimate full-stack development toolkit for VS Code.
Overview
The Pirulug Extension Pack is a curated collection of extensions designed to provide a cohesive, high-performance development environment. Whether you're building modern web interfaces with Bootstrap 5 or looking for a professional-grade aesthetic, this pack has everything you need.
Included Extensions
This pack installs the following essential extensions:
Aesthetics and UI
Pirulug Theme: A meticulously crafted theme with dark and light variants optimized for long coding sessions.
Pirulug Icons: A modern, minimalist icon theme that helps you identify file types at a glance.
Productivity and Workflow
Pirulug Keymap: A set of powerful keyboard shortcuts designed to accelerate your workflow.
Bootstrap 5 Development
Bootstrap 5 Snippets: A comprehensive collection of snippets for Bootstrap 5 components.
Intellisense for Bootstrap 5: Advanced autocompletion, color previews, and hover documentation for Bootstrap 5 classes.
Installation
Open VS Code.
Go to the Extensions view (Ctrl+Shift+X).
Search for Pirulug Extension Pack.
Click Install.
Restart VS Code (optional but recommended) to let the theme and icons take full effect.
Development
If you want to contribute or build the theme from source:
Clone the repository
Install dependencies:
npm install
Generate the theme JSON files from the source files in src/:
npm run build
Package the extension into a .vsix file:
# Install vsce first if you haven't: npm install -g @vscode/vsce
vsce package
License
This extension pack is licensed under the MIT License.