Overview Version History Q & A Rating & Review
OpenGuido
OpenGuido is a VS Code extension that helps developers quickly search programming syntax, code snippets, Linux commands, and Git commands directly inside Visual Studio Code.
Features
Instant snippet search
C++ syntax lookup
STL reference
OOP concepts
DSA templates
Algorithm templates
Git command lookup
Linux command lookup
Preview snippets
Copy to clipboard
Insert code directly into editor
Supported Categories
C++
Basics
STL
OOP
Data Structures
Algorithms
Git
Repository Management
Branching
Commits
Remote Operations
Linux
File System
Process Management
Networking
Permissions
Installation
From VS Code Marketplace
Open Visual Studio Code
Go to Extensions (Ctrl + Shift + X)
Search for OpenGuido
Click Install
Reload VS Code if prompted
How To Use
Method 1: Command Palette
Press Ctrl + Shift + P
Type:
OpenGuido: Search Snippet
Press Enter
Search for any syntax, command, or snippet
Examples:
vector
binary search
git clone
git push
ping
ssh
chmod
Available Actions
For Code Snippets:
Preview Snippet
Copy To Clipboard
Insert Into Editor
For Commands:
Preview Command
Copy To Clipboard
Example Searches
vector sort
unordered_map
priority queue
binary search
dfs
bfs
git clone
git push
git branch
ping host
ssh login
chmod 755
Current Database
500+ snippets and commands
C++
Git
Linux
More languages and datasets will be added in future releases.
Planned additions:
Java
Python
Docker
SQL
React
Node.js
Version
Current Version: 0.0.1
Author
Harsh Barnawa
License
MIT License