随笔分类 -  开发环境

摘要: 阅读全文
posted @ 2025-05-03 12:19 ParamousGIS 阅读(12) 评论(0) 推荐(0)
摘要:1. VS Codesettings.json文件{ // "C_Cpp.clang_format_fallbackStyle": "Google", "C_Cpp.clang_format_path": "D:/GreenSoftware/CPlusPlus/ClangLLVM/bin/clang 阅读全文
posted @ 2025-04-22 22:46 ParamousGIS 阅读(29) 评论(0) 推荐(0)
摘要:EditorConfig.EditorConfig-0.16.4 0.17.0 esbenp.prettier-vscode-11.0.0 11.0.0 formulahendry.code-runner-0.12.2 0.12.2 MS-CEINTL.vscode-language-pack-zh 阅读全文
posted @ 2025-02-15 21:40 ParamousGIS 阅读(380) 评论(0) 推荐(0)
摘要:1. VS Codesettings.json{ "C_Cpp.default.intelliSenseMode": "windows-msvc-x64", // "C_Cpp.clang_format_fallbackStyle": "Google", "C_Cpp.clang_format_pa 阅读全文
posted @ 2024-10-07 11:45 ParamousGIS 阅读(210) 评论(0) 推荐(0)
摘要:FONTCONFIG_FILE E:\devLib\Fontconfig\fonts.conf FONTCONFIG_PATH C:\Windows\Fonts GDAL_DATA F:\devTool\vcpkg\installed\x64-windows\share\gdal JAVA_HOME 阅读全文
posted @ 2024-09-28 23:43 ParamousGIS 阅读(36) 评论(0) 推荐(0)
摘要:{ "editor.minimap.enabled": false, "editor.fontSize": 18, "editor.tabSize": 2, "editor.suggestFontSize": 18, "editor.renderWhitespace": "none", "edito 阅读全文
posted @ 2024-09-28 17:09 ParamousGIS 阅读(32) 评论(0) 推荐(0)
摘要:vscode 配置{ "editor.minimap.enabled": false, "editor.fontSize": 18, "editor.tabSize": 2, "json.maxItemsComputed": 500000, "debug.console.fontSize": 18, 阅读全文
posted @ 2024-09-04 20:48 ParamousGIS 阅读(66) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-10-09 11:30 ParamousGIS 阅读(38) 评论(0) 推荐(0)
摘要:可以对于二进制数据或文件进行分析,也提供了VS Code的插件 阅读全文
posted @ 2022-09-01 09:48 ParamousGIS 阅读(612) 评论(0) 推荐(0)
摘要:{ "[json]": { "editor.defaultFormatter": "vscode.json-language-features" }, "[html]": { "editor.defaultFormatter": "HookyQR.beautify" }, "[javascript] 阅读全文
posted @ 2022-07-22 10:48 ParamousGIS 阅读(46) 评论(0) 推荐(0)