Files
CodeSnippet/doc/模板说明.md

34 lines
594 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 模板说明
### 添加片段
```markdown
## Snippet
```[Language]
<代码片段内容>
```
## MetaData
- Name
- <代码片段名称>
- Language
- <代码片段所用语言>
```
### 编辑片段
```markdown
## Snippet
```[Language]
<代码片段内容>
```
## MetaData
- Tags
- <代码片段标签>
- <可以为多个>
- <初次添加本片段时无需手动填写由配置的LLM自动生成>
- Description
- <代码片段描述内容默认也由LLM自动生成>
```