VelocityCoder isn't just about speed; it's about flow. Our precision-tuned shortcuts eliminate friction, letting you manipulate code, files, and tools with effortless, blazing-fast command
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Leave Keystrokes in the Dust.
VelocityCoderPro isn't just about speed; it's about flow. Our precision-tuned shortcuts eliminate friction, letting you manipulate code, files, and tools with effortless, blazing-fast command.
🚀 Features
Smart Keyboard Shortcuts: Custom keybindings optimized for developer workflow
Quick Access: Instant navigation to Explorer, Search, SCM, Debug, and Extensions
Terminal Control: One-key terminal toggling and management
Code Manipulation: Streamlined line duplication, deletion, and block commenting
Multi-Selection: Enhanced selection capabilities for efficient editing
⌨️ Default Keybindings
| Command | Keybinding | Description |
|---------|------------|-------------|
| Toggle Explorer | Ctrl+Shift+E | Focus on file explorer |
| Toggle Search | Ctrl+Shift+F | Focus on search panel |
| Toggle SCM | Ctrl+Shift+G | Focus on source control |
| Toggle Debug | Ctrl+Shift+D | Focus on debug panel |
| Show Extensions | Ctrl+Shift+X | Open extensions view |
| Toggle Terminal | Ctrl+Shift+`` | Show/hide terminal | | Toggle Output | Ctrl+Shift+U| Show/hide output panel | | Duplicate Line Down |Ctrl+Alt+Down| Copy current line downward | | Duplicate Line Up |Ctrl+Alt+Up| Copy current line upward | | Delete Line |Ctrl+Shift+K| Remove current line | | Block Comment |Ctrl+Shift+/| Toggle block comment | | Select Highlights |Ctrl+Shift+L` | Select all occurrences |
📦 Installation
Marketplace Installation
Open VS Code
Go to Extensions (Ctrl+Shift+X)
Search for "VelocityCoderPro"
Click Install
Reload VS Code if prompted
Manual Installation
Download the .vsix file from releases
Open VS Code
Go to Extensions → Views and More Actions (⋯) → Install from VSIX
Select the downloaded file
Reload VS Code
🛠 Building from Source
# Clone the repository
git clone https://github.com/Gin/velocitycoderpro.git
cd velocitycoderpro
# Install dependencies
npm install
# Package the extension
vsce package
# Install the generated .vsix file
code --install-extension velocitycoderpro-1.0.0.vsix