记录一下各种软件的配置

(4 mins to read)

为了方便管理,统一放到D:\environment目录下

MinGW

https://www.jianshu.com/p/ee1ccb0a3062 照这个做即可gcc/g++ 8.1.0

Clang以及Clangd

https://www.cnblogs.com/FrankOu/p/14215850.html

sublime text

sublime的配色我比较喜欢,而且很轻量,用于写一些算法竞赛题和一些简单的python、shell脚本官网有最新的4版本fontsize改成10.5左右比较舒服ctrl+x 删除当前行https://blog.csdn.net/qq_39599067/article/details/81270330 代码片段配置https://jingyan.baidu.com/article/cb5d6105ae0c44005c2fe0f1.html 括号高亮https://blog.csdn.net/qq_43816826/article/details/108406114 repl python快捷键配置https://segmentfault.com/a/1190000004463984 AdvancedNewFilec++17 build system似乎在c++17中bits/stdc++.h有点问题?(当然linux下没问题),所以还是用c++14吧,懒得折腾了

1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"cmd": ["g++", "${file}", "-Wall", "-std=c++17", "-o", "${file_path}/${file_base_name}"],
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${file_path}",
"selector": "source.c, source.c++",
"encoding":"cp936",
"variants":
[
{
"name": "RunInCommand",
"cmd": ["cmd", "/c", "g++", "${file}", "-Wall", "-std=c++17", "-o", "${file_path}/${file_base_name}", "&&", "start", "cmd", "/c", "${file_path}/${file_base_name} & echo.&pause"]
}
]
}

file icon插件:美化作用trailingspace:检测行末多余空格sublimelinter:静态检查sublimelinter-clangclang-format:格式化lsp:language server port

typora

写markdown直接下载即可

Adobe Acrobat

pdf reader

Velocity

离线文档

DeepL

翻译ctrl+q

CopyQ

剪贴板ctrl+shift+q:去除换行符

vscode