代码自动提示补全
使用方法如下:
在CubeIDE的安装路径STM32CubeIDE\plugins下找到org.eclipse.cdt.ui_7.3.201.202205131409.jar,并将此文件改名备份,然后,将下载的同名插件文件复制到该路径下,重新启动STM32CubeIDE即可。
百度地址
链接: https://pan.baidu.com/s/17qxUiMLNhVgsV0rx0f2U5g 提取码: a5yf文章来源:https://www.toymoban.com/news/detail-486627.html
中文编码
- Window->preferences->General->Workspace->Text file encoding->Default(GBK)
- 项目的Properties->Resource->Text file encoding->Other (GBK)(直接输入GBK编码)
中文字体大小
Window->Preferences->General->Appearance->Colors and Fonts->Text Font ->Edit->脚本(中欧字体)文章来源地址https://www.toymoban.com/news/detail-486627.html
Doxygen 型注释的支持
- 工作空间默认
Windows -> Preferrences -> C/C++ -> Editor -> Documentation tool comments
默认为none,修改为Doxygen即可 - 工程特别属性
如果不想设置为整个工作空间的默认属性,可以在工作属性对话框的这里找到:
Project -> Properties -> C/C++ General -> Enable project specific settings
选择Doxygen即可
到了这里,关于开发环境搭建-stm32CubeIDE配置的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!