Visual Studio设置shader(CG 、GLSL)语法提示及高亮和显示行号 使用GLSL language integration插件
前言
在使用Visual Studio编写shader程序时,默认是所用代码都一种颜色,而且还没有智能提示,程序中每个字母都是手敲,是不是感觉很痛苦。
现在福利来了,先上图片
解决
使用GLSL language integration插件,目前支持vs2017和vs2019,vs2015不支持
打开vs2017,选择工具->扩展和更新,输入
GLSL language integration
第二步:
输入devenv/Safemode
即可打开。
第二种解决办法
打开 vs_installer.exe 修复安装,vs_installer.exe路径:
vs2017的安装路径
:
双击运行vs_installer.exe
在弹出的界面点击,安装, 安装完成后启动vs2017即可,它是修复性安装,不会清除你之前的vs助手和插件