programming-development-tools-shortcut-keys

प्रोग्रामिंग और डेवलपमेंट टूल्स के महत्वपूर्ण Shortcut Keys

Visual Studio Code (VS Code)

Shortcut Keyकार्य (Function)
Ctrl + Pफ़ाइल को जल्दी से खोलें
Ctrl + Shift + Pकमांड पैलेट खोलें
Ctrl + Bसाइड बार छिपाएं/दिखाएं

Sublime Text

Shortcut Keyकार्य (Function)
Ctrl + Pफ़ाइल को जल्दी खोलें
Ctrl + Dसेम टेक्स्ट को सिलेक्ट करें

Git और GitHub

Shortcut Keyकार्य (Function)
git initनया गिट रिपॉजिटरी बनाएँ
git clone [URL]रिपॉजिटरी क्लोन करें
git add .सभी बदलाव स्टेज करें
git commit -m "message"बदलाव सेव करें

Node.js और NPM

Shortcut Keyकार्य (Function)
npm initनया पैकेज.json बनाएं
npm install [package]पैकेज इंस्टॉल करें
npm startप्रोजेक्ट स्टार्ट करें
और नया पुराने