如何在 Active-hdl 中使用 Microsoft visual studio 作为默认文本编辑器
How to use microsoft visual studio as default text editor in Active-hdl
我想将 Active-hdl 中的默认编辑器更改为 Microsoft visual studio 并且每次我在 Active-hdl 中单击文件时,vs-code 打开该文件,我该怎么做?
从 Tools > preferences
打开首选项然后转到 Tools > File Tools
加vs_code赞这张图片
- 添加'click here to add new tool'并添加新工具
- 在命令中添加你的 vs_code
C:\Program Files\Microsoft VS Code\Code.exe
的路径
- 在参数中放入
$(filename)
我想将 Active-hdl 中的默认编辑器更改为 Microsoft visual studio 并且每次我在 Active-hdl 中单击文件时,vs-code 打开该文件,我该怎么做?
从 Tools > preferences
打开首选项然后转到 Tools > File Tools
加vs_code赞这张图片
- 添加'click here to add new tool'并添加新工具
- 在命令中添加你的 vs_code
C:\Program Files\Microsoft VS Code\Code.exe
的路径
- 在参数中放入
$(filename)