建设银行官方网站下载做网站优化有什么作用
news/
2025/9/25 22:31:22/
文章来源:
建设银行官方网站下载,做网站优化有什么作用,网站软件推荐,wordpress恢复数据库每日一句#xff0c;vscode用的爽是爽#xff0c;主要是可配置太强了。如果也很会研究#xff0c;可以直接去咸鱼接单了 废话少说#xff0c;直接整。 用着用着说是c intelliense被弃用#xff0c;很多辅助功能无法使用#xff0c;像查看定义、查看引用、函数跳转、智能提…每日一句vscode用的爽是爽主要是可配置太强了。如果也很会研究可以直接去咸鱼接单了 废话少说直接整。 用着用着说是c intelliense被弃用很多辅助功能无法使用像查看定义、查看引用、函数跳转、智能提示…… 归根结底还是太菜了但真的很需要这些辅助啊。
解决方案 使用第二个插件然后重启远程就好了。
在工作区的.vscode 最终需要一下文件好像是自动配置的如果后续没整好可以手动尝试
//settings.json
{files.associations: {array: cpp,*.tcc: cpp,cctype: cpp,clocale: cpp,cmath: cpp,cstdarg: cpp,cstdint: cpp,cstdio: cpp,cstdlib: cpp,cwchar: cpp,cwctype: cpp,deque: cpp,list: cpp,unordered_map: cpp,vector: cpp,exception: cpp,fstream: cpp,functional: cpp,initializer_list: cpp,iosfwd: cpp,iostream: cpp,istream: cpp,limits: cpp,new: cpp,ostream: cpp,numeric: cpp,sstream: cpp,stdexcept: cpp,streambuf: cpp,cinttypes: cpp,tuple: cpp,type_traits: cpp,utility: cpp,typeinfo: cpp},C_Cpp_Runner.cCompilerPath: gcc,C_Cpp_Runner.cppCompilerPath: g,C_Cpp_Runner.debuggerPath: gdb,C_Cpp_Runner.cStandard: ,C_Cpp_Runner.cppStandard: ,C_Cpp_Runner.msvcBatchPath: ,C_Cpp_Runner.useMsvc: false,C_Cpp_Runner.warnings: [-Wall,-Wextra,-Wpedantic,-Wshadow,-Wformat2,-Wcast-align,-Wconversion,-Wsign-conversion,-Wnull-dereference],C_Cpp_Runner.msvcWarnings: [/W4,/permissive-,/w14242,/w14287,/w14296,/w14311,/w14826,/w44062,/w44242,/w14905,/w14906,/w14263,/w44265,/w14928],C_Cpp_Runner.enableWarnings: true,C_Cpp_Runner.warningsAsError: false,C_Cpp_Runner.compilerArgs: [],C_Cpp_Runner.linkerArgs: [],C_Cpp_Runner.includePaths: [],C_Cpp_Runner.includeSearch: [*,**/*],C_Cpp_Runner.excludeSearch: [**/build,**/build/**,**/.*,**/.*/**,**/.vscode,**/.vscode/**],C_Cpp_Runner.useAddressSanitizer: false,C_Cpp_Runner.useUndefinedSanitizer: false,C_Cpp_Runner.useLeakSanitizer: false,C_Cpp_Runner.showCompilationTime: false,C_Cpp_Runner.useLinkTimeOptimization: false
}//launch.json
{version: 0.2.0,configurations: [{name: C/C Runner: Debug Session,type: cppdbg,request: launch,args: [],stopAtEntry: false,externalConsole: false,cwd: /usr/local/xxxxx, //你的项目路径program: /usr/local/xxxxx/build/Debug/outDebug,MIMode: gdb,miDebuggerPath: gdb,setupCommands: [{description: Enable pretty-printing for gdb,text: -enable-pretty-printing,ignoreFailures: true}]}]
}//c_cpp_properties.json
{configurations: [{name: linux-gcc-x64,includePath: [${workspaceFolder}/**],compilerPath: /usr/bin/gcc,cStandard: ${default},cppStandard: ${default},intelliSenseMode: linux-gcc-x64,compilerArgs: []}],version: 4
}
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/917626.shtml
如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!