转自: http://blog.chinaaet.com/crazybird/p/5100001006
针对特定版本有一定改动
学习记录
文章目录
notepad注释的快捷键
- notepad++注释
单行、多行注释 //方式 :ctrl+k
取消单行、多行、区块注释 :ctrl+shift+k
正文
-
打开vivado软件

tools->settings -
点击左侧tools setting->text editor

-
在current editor中选择custom editor

-
填写Custom Editor Definition

具体格式为“notepad++安装目录\notepad++.exe [file name] -n[line number]” -
点击确定,关联成功
-
经过测试,使用正常
-
体验了一段时间后发现,没有想象的那么好用。vivado本身还能进行语法检测,如果是notepad++的话就只能自己观察了。又乖乖地改回去了。
本文介绍如何在Vivado软件中集成Notepad++作为外部编辑器,并提供了具体的配置步骤。通过这些步骤,用户可以实现从Vivado直接调用Notepad++的功能,方便进行代码编辑。
1万+





