Skip to content

install

dani edited this page Nov 28, 2023 · 2 revisions

Installation Options

Below are several ways to install the plugin into VSCode Compatible editors as well as sublime.

How to install from VSCode Marketplace

  1. Visit Extension page.
  2. Click Install.

How to install from Open VSX

  1. Visit Extension page.
  2. Click Download.

How to install from VSCode Compatible Editors

  1. Browse Extensions.
  2. Search for TF2 VScript Snippets.
  3. Click Install.

How to manually install snippets into VSCode Compatible Editors

  1. In the editor, press Ctrl+Shift+P to open command palette. Run Snippets: Configure User Snippets.
  2. Select the squirrel option.
  3. Replace the new document's text with the text of this repo's squirrel.json.

How to manually install `.vsix' file

  1. Visit Latest release.
  2. Download .vsix. file.
  3. From Extensions click the triple dots and click Install from VSIX.

How to manually install snippets into Sublime

  1. Visit the source code repo. and download tf2-snippets.sublime-completions.
  2. In the editor, press Ctrl+Shift+P to open command palette. Run Preferences: Browse Packages.
  3. In User, make a new folder called tf2-snippets containing the empty document tf2-snippets.sublime-completions.
  4. Replace the new document's text with the text of this repo's tf2-snippets.sublime-completions.