use*_*790 15 linux qt visual-studio-code
如何在Visual Stuidio Code操作系统Linux Mint 18中使用Qt?
市场不存在Qt的扩展.也许有人知道更多!
UPD.我的意思是按类型Qt AddIn
F. *_*ert 21
您应该有机会获得此扩展:https://marketplace.visualstudio.com/items?itemName = ms-vscode.cpptools
有了这个,您可以配置包含路径以获得更好的IntelliSense结果.
配置includePath
配置例如QtCore模块的一种方法.
C/Cpp: Edit Configurations
c_cpp_properties.json
configurations
数组中,您应该编辑Linux部分includePath
设置中添加路径,例如:/usr/include/x86_64-linux-gnu/qt5/QtCore
有关更多信息,请访问:https://github.com/Microsoft/vscode-cpptools/blob/master/Documentation/Getting%20started.md
智能感知引擎
我们建议使用"默认"引擎以获得最佳的IntelliSense体验.但是,可以通过编辑用户或工作区设置来明确选择IntelliSense引擎.您应该修改的设置是C_Cpp.intelliSenseEngine
Default
- Visual Studio的IntelliSense引擎,它是提供语义感知IntelliSense功能的默认引擎 Tag Parser
- 提供快速但"模糊"结果的"模糊"IntelliSense引擎,用于提供默认引擎时的后备体验有关它的更多详细信息:https: //github.com/Microsoft/vscode-cpptools/blob/master/Documentation/LanguageServer/IntelliSense%20engine.md
归档时间: |
|
查看次数: |
17718 次 |
最近记录: |