-
Notifications
You must be signed in to change notification settings - Fork 4
install
dani edited this page Nov 28, 2023
·
2 revisions
Below are several ways to install the plugin into VSCode Compatible editors as well as sublime.
- Visit Extension page.
- Click Install.
- Visit Extension page.
- Click Download.
- Browse Extensions.
- Search for
TF2 VScript Snippets
. - Click Install.
- In the editor, press
Ctrl+Shift+P
to open command palette. RunSnippets: Configure User Snippets
. - Select the
squirrel
option. - Replace the new document's text with the text of this repo's
squirrel.json
.
- Visit Latest release.
- Download
.vsix
. file. - From Extensions click the triple dots and click
Install from VSIX
.
-
Visit the source code repo. and download
tf2-snippets.sublime-completions
. - In the editor, press
Ctrl+Shift+P
to open command palette. RunPreferences: Browse Packages
. - In
User
, make a new folder calledtf2-snippets
containing the empty documenttf2-snippets.sublime-completions
. - Replace the new document's text with the text of this repo's
tf2-snippets.sublime-completions
.