Skip to content

Instantly share code, notes, and snippets.

@Snegovikufa
Last active January 13, 2017 04:20
Show Gist options
  • Save Snegovikufa/1d469d396d8acfae11ca9a802e6f08ff to your computer and use it in GitHub Desktop.
Save Snegovikufa/1d469d396d8acfae11ca9a802e6f08ff to your computer and use it in GitHub Desktop.
Visual Studio Code as external tool for Visual Studio
  1. Create new external tool via Tools - External Tools...
  2. Add new external tool
Settings Value
Title VS Code
Command D:\Soft\VS Code\Code.exe
Arguments -g $(ItemPath):$(CurLine):$(CurCol)
Initial directory $(ItemDir)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment