Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Code FinderNew to Visual Studio Code? Get it now.
Code Finder

Code Finder

Sunxen

|
2,140 installs
| (0) | Free
Smart input method for code and snippets, input few letters to complete one line or more code. Automatically extract all snippets from the current project, and you can also add custom snippets. Supports all programming languages: Javascript, HTML, CSS, Python, Go, PHP, Vue, React ...
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

English

Code Finder

CodeFinder 是代码的智能输入法,输入少量字符来快速完成一行或者多行代码。自动提取当前项目的所有代码片段,也可以添加自定义代码片段。支持所有编程语言,比如 Javascript, HTML, CSS, Python, Go, PHP, Vue, React ...

如何使用

触发方式:跳跃式输入(字符串 + 空格 + 字符串 ...),或者双空格(字符串 + 空格 + 空格 ...)

试下在 css 文件里面输入 ba url ,就可以快速完成以下代码

    background-image: url();

也可以输入 back image 或者 ba im u 等等,不需要像 Snippets 那样去记忆对应的缩写。

一个实际项目的例子

为了减少干扰,有时跳跃式输入不会触发,这时可以使用双空格

自定义代码片段

这里有一些常用代码片段 share-snippets,保存到当前项目的 .codefinder 目录里,就可以使用了。(该css文件已内置,不用再添加)

新增代码片段

  • 文件名对应编程语言后缀名
  • 多个代码片段用双空行分隔

内嵌 Codefinder 社区

纯粹的编程知识分享社区,可以发表和查找任何编程相关的问题,免费使用ChatGPT等AI工具进行回答。

在编辑器里面点击右键,选择菜单 “在CodeFinder查找” 就可以打开窗口,或者选中内容进行查找。

也可以浏览器访问网页版 http://codefinder.xyz

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft