提交 57d0dcd2 编写于 作者: fun binary's avatar fun binary

11

上级 37d704db
# 当前使用
# w当前使用
1. C/C++
2. Remote-WSL
......
### 1. Chinese (Simplified) Language Pack for Visual Studio Code
中文包
### 2. C/C++
c++开发必备
### 3. doxygen
C++文档生成工具
### 4. Remote-ssh
远程插件
### 5. Remote-WSL
WSL链接
### 6. Clang-format
C++代码格式化工具
### 7. CMake
cmake支持
### 8. CMake Tools
cmake拓展
### 9.Code Runner
简单代码可以直接运行
### 10. Go
GO语言支持
### 11.hexdump for VSCode
文件十六进制查看
### 12. Markdown Preview Mermaid Support
markdown预览支持
### 13. Python
python支持
### 14. Doxygen Documentation Generator
### 15.
\ No newline at end of file
github:https://github.com/fmtlib/fmt
官网:https://fmt.dev/latest/index.html
API文档:https://fmt.dev/latest/api.html
# linux编译
```
tar zxvf fmt-7.1.3.tar.gz
cd fmt-7.1.3
mkdir build
cd build
cmake ..
make -j4
make install
```
# 库组成
fmt/core.h:提供参数处理功能和格式化功能
fmt/format.h:完整格式的API,提供编译时格式字符串检查,宽字符串,输出迭代器和用户定义的类型支持
fmt/range.h:对范围和元组的附加格式支持
fmt/chrono.h:日期和时间格式
fmt/compile.h:格式字符串编译
fmt/color.h:终端颜色和文本样式
fmt/ostream.h:std::ostream支持
fmt/printf.h:printf格式化
库提供的所有函数和类型都在名称空间fmt中,宏的前缀为FMT_
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册