ShaderlabVS is a Visual Studio Plugin for Unity Shaderlab programming. Latest releae build can be found at here
####Screenshot Preview
- Syntax Hightlighting and outlining
- Quickinfo
- Code Completion
- Signature help for CG and Unity built in functions
####Features Overiew:
- Outlining
- Quickinfo
- Code Completion
- Comment/UnComment shorcuts
- Press "Ctrl + E, C" to comment
- Press "Ctrl + E, U" to uncomment
- Signature help for CG and Unity3d built in functions
- Syntax Hightlighting
- support .shader, .compute, .cginc and .glslinc files
- Keywords are case insensitive
####How to build and debug:
- Download and install Visual Studio SDK
- Open ShaderlabVS solution
- Press F6 to build solution
- If you want to debug it in Visual Studio, and encounter problems, please make sure the Start exteral program and Comand line arguments in the Debug tab of ShaderlabVS project settings have value as follow:
####Support Visual Studio Version:
- Visual Studio 2012
- Visual Studio 2013
- Visual Studio 2015 (Need execute vs2015_register.cmd after the plugin install)
- The other version are not tested, not sure if there are also work or not.
####License MIT