Skip to content

nathanAjacobs/UnityVisualStudioCodeOpener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unity Visual Studio Code Opener

Allows the ability to explicitly specify which file types to open in Visual Studio Code, while keeping another default code editor configured in Preferences -> External Tools.

Tested in Unity 2018.4.36 and Unity 6. It should work in Unity 2018.4.36 and up. It may work in earlier versions, however it has not been tested, so no guarantee.

Works on Windows, macOS, and Linux.



Table of Contents

Installation

Install via git URL

Requires a version of unity that supports path query parameter for git packages (Unity >= 2019.3.4f1, Unity >= 2020.1a21).

Add the following url to Package Manager:

https://github.com/nathanAjacobs/UnityVisualStudioCodeOpener.git?path=src/VisualStudioCodeOpener/Assets/Plugins/VisualStudioCodeOpener

image

image

Alternatively add the following line to Packages/manifest.json:

"com.nathanajacobs.visual-studio-code-opener": "https://github.com/nathanAjacobs/UnityVisualStudioCodeOpener.git?path=src/VisualStudioCodeOpener/Assets/Plugins/VisualStudioCodeOpener"

Install via .unitypackage

Import asset package(VisualStudioCodeOpener.*.*.*.unitypackage) available in UnityVisualStudioCodeOpener/releases.

Initial Setup

  1. Open Preferences -> Visual Studio Code Opener

  2. Browse for Visual Studio Code executable, these are common Visual Studio Code installation paths:

       Windows:
       C:\Users\{user}\AppData\Local\Programs\Microsoft VS Code\Code.exe

       Linux:
       /usr/share/code/code

       macOS:
       /Applications/Visual Studio Code.app

  3. Add desired file extensions to be opened with Visual Studio Code.

           

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages