carlos-wong / cerebro-codelf

⭐️ 给变量起名的事情上,为你生命省 3s (Save 3 seconds of your life when naming things.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cerebro-codelf

license download version language

English version README

There are only two hard things in Computer Science: cache invalidation and naming things. -- Phil Karlton

给变量起名的事情上,为你生命省 3s

Cerebro 变量名搜索插件,项目灵感来源 codelf。通过 Cerebro 的搜索窗口快速查找变量名。

特性

  • 快速启动、搜索
  • 中英文变量搜索
  • 自由定制

screenshot

安装

兼容环境:Windows, MacOS, Linux

  • 插件依赖于 Cerebro
  • Ctrl-Space 打开 Cerebro
  • 输入 plugins codelf,点击安装

使用

  • Cerebro 中,输入 codelf + [待搜索的变量名]
  • 上下选择变量名,回车 Enter 选中变量名并复制到剪切板;
  • 在对应变量的条目上使用,Tab 键浏览代码;
  • 代码浏览界面,回车 Enter 通过浏览器打开对应的项目界面,并拷贝变量名到剪切版;
  • 代码预览页面顶部地址,通过浏览器打开 searchcode 的对应结果;

LICENSE

MIT

欢迎 fork 🍴 和 star ⭐

About

⭐️ 给变量起名的事情上,为你生命省 3s (Save 3 seconds of your life when naming things.)

License:MIT License


Languages

Language:JavaScript 100.0%