My personal VS Code extension with pre-loaded code snippets accessible via keywords.
Features
🏷️ 11 Pre-loaded Snippets: Instant access to my frequently used code
⚡ Smart Autocompletion: Type #keyword to get code instantly
💾 Personal Library: Includes C programs, JavaScript functions, React components
🔄 Cross-device Sync: Works across all VS Code installations
📝 Custom Snippets: Add your own code snippets with keywords
Pre-loaded Snippets
Keyword
Description
Language
#marks
C program for marks calculation
C
#fibo
Fibonacci sequence generator
JavaScript
#hello
Simple greeting function
JavaScript
#react_comp
React component template
React/JSX
#api
Async fetch API call
JavaScript
#array
Array operations
JavaScript
#class
JavaScript class example
JavaScript
#input
C input handling
C
#loop
Loop examples
JavaScript
#promise
Promise/async example
JavaScript
#vishnu_loop
My personal C loop pattern
C
Usage
Install the extension
Type # followed by any keyword (e.g., #marks)
Select from autocomplete suggestions
Code is inserted automatically!
Example
Commands
Ctrl+Shift+K - Store new code snippet with keyword
Ctrl+Shift+L - List all stored snippets
Command Palette: Search "Keyword Storage" for all commands
Installation
Open VS Code
Go to Extensions (Ctrl+Shift+X)
Search for "Vishnu's Personal Code Storage"
Click Install
Start typing #marks to test!
Personal Extension
This extension contains my personal collection of frequently used code snippets. Perfect for developers who want instant access to their common code patterns.