Skip to content

Latest commit

 

History

History
216 lines (121 loc) · 7.58 KB

File metadata and controls

216 lines (121 loc) · 7.58 KB

Visual Studio Code

alias V S Code, Visual Studio Code, V.S.Code, V. S. Code

Purpose

About

.vscode config file

The .vscode config file should (often) be kept out of the repos.

Really good info here: https://stackoverflow.com/a/57749909

See the Workspace settings in the VS Code documentation.

There is currently a .vsconfig directory in https://github.com/JamieBort/LearningDirectory/tree/master and https://github.com/JamieBort/jamiebort.github.io

Features

Command Line Interface (CLI)

Command Line Interface (CLI)

Keybindings

Snippets

Activated with ⌃Space. See the Snippets in Visual Studio Code section below.

[Linter]

https://trello.com/search?q=linter

[Prettier]

https://trello.com/search?q=prettier

Use Cases

Use Cases that I still need a solution for

  • I am looking for ways to make keystrokes faster. Such as command + c to produce console.log(). See #193

  • Search, find, and open a specific README among all the readme files in this repo.

  • Closing all files in the editor with command + ???

  • Collapsing all directories in the explorer (to the left) with command + ???

  • Opening all primary directories in the explorer (to the left) with command + ???

  • Opening ALL directories in the explorer (to the left) with command + ???

  • Saving auto formats. It changes single quotes to double quotes. How do I make single quotes the default?

    • This happens with JavaScript and TypeScript. Prettier extension is the formatter for these two file types.
  • Using just the keyboard,

    • change focus between the editor, explorer, terminal all in vs code

    • toggle open/close explorer and terminal

Tips and Tricks

HOW to take advantage of the fundamentals.

Best Practices

See https://trello.com/c/2IhxHqSs/287-find-a-vscode-extension-for-snippets#comment-65fc85aff4c1d1b6830603a0

Keyboard Shortcuts

Use Cases for things I'd like to know how to do

  • How to close all open software files in the editor, folder, or window.

  • Needs I have that do not yet have solutions.

  • A quick key stroke to change the https..... url into the this: past title here

Extensions

Currently Used

Installed but not currently used

Not currently Used

Resources

Resources relevant to this directory.

Resources to explore

These will be deleted when I am done with them. If they are of use they'll be moved to the Vetted Resources section below. Or a relevant file/directory in this directory.

Vetted Resources

User Interface

https://code.visualstudio.com/docs/getstarted/userinterface

  • Activity bar

  • Editor groups

  • Status bar

  • Side bar

Keybindings Can be assigned to snippets

See

Directories and Files

Information regarding the directories and files in this directory.

Navigate back to the IDEs/ README.md

Directories

Files

This readme file.