Skip to content

Latest commit

 

History

History
139 lines (82 loc) · 3.57 KB

visual-studio-code.md

File metadata and controls

139 lines (82 loc) · 3.57 KB
description
A free, lightweight, text editor with many extension options!

📝 Visual Studio Code

Download

{% hint style="warning" %} Make sure you check the "Open with code" boxes! {% endhint %}

Extensions

Fonts

Fira Code

{% hint style="info" %} Download file, double click the ttf files and install the font {% endhint %}

{% file src="../.gitbook/assets/FiraCode.zip" %}

{% hint style="success" %} File -> Preferences -> Settings -> Font Family -> Fira Code {% endhint %}

JetBrains Mono

{% hint style="info" %} Download file, double click the ttf files you want and install the font {% endhint %}

{% file src="../.gitbook/assets/JetBrainsMono-2.242.zip" %}

{% hint style="success" %} File -> Preferences -> Settings -> Font Family -> JetBrains Mono {% endhint %}

Extension Settings

{% hint style="info" %} You can search for these through File -> Preferences -> Settings {% endhint %}

Sumneko

Built-in lua diagnostics

  • undefined-global
  • err-nonstandard-symbol
  • unknown-symbol

Trim trailing whitespace on file save

One Dark Pro

Selecting a theme

Opening a folder

{% hint style="info" %} You can also do File -> Open Folder... {% endhint %}

Global Searching

{% hint style="info" %} Can be accessed via the magnifying glass or using the keyboard shortcuts Shift + CTRL + F (varies by user if you've changed them) {% endhint %}

GitHub Integration

{% hint style="danger" %} Must have git installed! {% endhint %}

{% hint style="info" %} There is some configuring to do with these extensions but most of it is just signing into your GitHub account and exploring the "source control" tab on the left! {% endhint %}

Extensions