VS Code Shortcuts विंडोज के लिए

यहां Visual Studio Code या VS Code में कुछ सामान्य रूप से उपयोग किए जाने वाले कीबोर्ड शॉर्टकट कुंजियों और उनके संबंधित कार्यों की एक सूची दी गई है।

VS CODE Shortcut Keys

Shortcut KeyDescription
Ctrl + SSave file
Ctrl + CCopy selected text
Ctrl + XCut selected text
Ctrl + VPaste copied/cut text
Ctrl + ZUndo the last action
Ctrl + Shift + Z or Ctrl + YRedo the last undone action
Ctrl + FFind text in the current file
Ctrl + HReplace text in the current file
Ctrl + PQuick file navigation (Go to File)
Ctrl + TabSwitch between open files
Ctrl + 1 to 9Jump to the corresponding tab in the editor
Ctrl + BToggle the sidebar
Ctrl + Shift + EOpen the File Explorer sidebar
Ctrl + `Show/hide integrated terminal
Ctrl + /Toggle line comment/uncomment
Ctrl + K, Ctrl + CComment selected lines
Ctrl + K, Ctrl + UUncomment selected lines
Ctrl + Shift + KDelete the current line
Ctrl + EnterInsert a new line below the current line
Ctrl + Shift + EnterInsert a new line above the current line
Alt + UpMove line or selection up
Alt + DownMove line or selection down
Alt + Shift + DownCopy line or selection down
Alt + Shift + UpCopy line or selection up
Alt + LeftGo back in navigation history
Alt + RightGo forward in navigation history
Ctrl + GGo to line number
Ctrl + JToggle word wrap
F12Go to definition
Ctrl + SpaceTrigger IntelliSense (autocomplete)
Ctrl + Shift + SpaceTrigger parameter hints
Ctrl + Shift + OGo to symbol (e.g., function, variable)
F2Rename symbol
Ctrl + F2Rename all occurrences of a symbol
Ctrl + K, SSave all open files
Ctrl + K, RReveal active files in File Explorer
VS Studio CODE Shortcut Keys

ये विजुअल स्टूडियो कोड में उपलब्ध कुछ प्रमुख कीबोर्ड शॉर्टकट हैं। जरुरत पड़ने पर आप VS Code सेटिंग्स में जाकर अपनी सुविधानुसार शॉर्टकट भी बना सकते हैं।

VS Code में उपलब्ध शॉर्टकट और उनके कार्यों की पूरी सूची देखने के लिए, आप Ctrl + K के बाद Ctrl + S दबाकर, या “View” > “Command Palette” में “Keyboard Shortcuts” खोजकर कीबोर्ड शॉर्टकट पैनल खोल सकते हैं।

निवेदन

उम्मीद है कि आपको यह लेख (VS CODE Keyboard Shortcut Keys) जरूर पसंद आया होगा।

अगर यह Article आपके लिए उपयोगी रहा हो तो इसे अपने दोस्तों के साथ जरूर शेयर करें और आपके जो भी सवाल हों उन्हें नीचे कमेंट करके बताएं।

Leave a Comment