Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Nov 28, 2024
1 parent 34f2683 commit d11042d
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions src/content/docs/tools/programming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,19 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
</Card>
</CardGrid>

## VSCode好用插件
## 开发者小工具集合

<CardGrid>
<Card title="it-tools" icon="seti:notebook">
时间戳,字符串,图片,随机数等等
时间戳,字符串,图片,随机数等等。开源,无广告。
<LinkCard title="网站" href="https://it-tools.tech/" />
<LinkCard title="Github" href="https://github.com/CorentinTh/it-tools" />
</Card>
</CardGrid>

## VSCode好用的插件

<CardGrid>
<Card title="nocalhost" icon="seti:notebook">
k8s 远程调试工具
<LinkCard title="网站" href="https://nocalhost.dev/zh-CN/docs/quick-start/" />
Expand All @@ -60,6 +65,11 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
<LinkCard title="网站" href="https://www.gitkraken.com/gitlens" />
<LinkCard title="Github" href="https://github.com/gitkraken/vscode-gitlens" />
</Card>
<Card title="Git Graph" icon="seti:notebook">
git可视化项目管理,支持文件历史记录,比GitLens轻量
<LinkCard title="网站" href="https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph" />
<LinkCard title="Github" href="https://github.com/mhutchie/vscode-git-graph" />
</Card>
<Card title="Sort lines" icon="seti:notebook">
代码行快速对齐,排序
<LinkCard title="网站" href="https://marketplace.visualstudio.com/items?itemName=Tyriar.sort-lines" />
Expand All @@ -68,6 +78,22 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
白板画图工具,上手容易,画风活泼
<LinkCard title="网站" href="https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor" />
</Card>
<Card title="Draw.io Integration" icon="seti:notebook">
可以画流程图,时序图,架构图等等,支持导出为图片
<LinkCard title="网站" href="https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio" />
</Card>
<Card title="CodeGeeX: AI Coding Assistant" icon="seti:notebook">
AI代码生成工具,支持多种语言
<LinkCard title="网站" href="https://marketplace.visualstudio.com/items?itemName=aminer.codegeex" />
</Card>
<Card title="Postman" icon="seti:notebook">
没错,就是Postman,支持HTTP,gRPC,WebSocket
<LinkCard title="网站" href="https://marketplace.visualstudio.com/items?itemName=aminer.codegeex" />
</Card>
<Card title="Project Manager" icon="seti:notebook">
项目管理插件,可以快速打开项目
<LinkCard title="网站" href="https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager" />
</Card>
</CardGrid>

## 数据库客户端
Expand Down

0 comments on commit d11042d

Please sign in to comment.