Skip to content

Setup Visual Studio Code

Brad White edited this page Apr 3, 2017 · 15 revisions

Visual Studio Code

Visual Studio Code is an open source source code editor developed by Microsoft for Windows, Linux and OS X. It includes support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring.

Setup Tincr in VS Code

  1. Clone the Tincr repository
  2. Install Visual Studio Code
    1. Download Visual Studio Code for your platform
    2. Follow the VS Code setup documentation
  3. Install the TCL Language Support Extension
    1. Open VS Code
    2. Click on the icon in the activity bar
    3. Search for the extension titled TCL by rashwell
    4. Click Install
    5. Restart VS Code to enable the extension
  4. Open the Tincr directory
    1. "File" -> "Open Folder..."
    2. Navigate to the folder where you cloned Tincr (e.g. D:\code\tincr)
      1. It will have a .git folder in it
    3. Press "Select Folder"
  5. You're all set!

How to use VS Code

  • Pull changes from a remote
    1. Click on the Git icon
Clone this wiki locally