3 VSCode Shortcuts to Save you Time

3 VSCode Shortcuts to Save you Time

VScode is an extremely popular free open-source IDE. Which is great for Network Automation. Here are 3 VSCode shortcuts that can save you a TON of time!

Multi-Line Selection

  • Windows: CTRL+ALT+⬇/⬆
  • Mac: CMD+OPTION+SHIFT+⬇/⬆

vscode_multiline

Search Across All Files

  • Highlight the text you want to search for.
  • Execute search:
    • Windows: CTRL+SHIFT+F.
    • Mac: CONTROL+SHIFT+F.

vscode_search_all_files

Convert to Lower/Uppercase

  • Highlight the text you want to convert.
  • Select all instances.
    • Windows: CTRL+SHIFT+L.
    • Mac: CONTROL+SHIFT+L.
  • Open the Command Palette via:
    • Windows: CTRL+SHIFT+P.
    • Mac: CONTROL+SHIFT+P.
  • Select the nessecary function from the Command Palette.

vscode_convert

Subscribe to our newsletter and stay updated.

Don't miss anything. Get all the latest posts delivered straight to your inbox.
Great! Check your inbox and click the link to confirm your subscription.
Error! Please enter a valid email address!