Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlos-wong/cerebro-codelf
⭐️ 给变量起名的事情上,为你生命省 3s (Save 3 seconds of your life when naming things.)
https://github.com/carlos-wong/cerebro-codelf
Last synced: 22 days ago
JSON representation
⭐️ 给变量起名的事情上,为你生命省 3s (Save 3 seconds of your life when naming things.)
- Host: GitHub
- URL: https://github.com/carlos-wong/cerebro-codelf
- Owner: carlos-wong
- License: mit
- Archived: true
- Created: 2018-04-26T07:03:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T09:36:58.000Z (almost 6 years ago)
- Last Synced: 2024-04-24T14:30:03.789Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.1 MB
- Stars: 365
- Watchers: 12
- Forks: 40
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - carlos-wong/cerebro-codelf - ⭐️ 给变量起名的事情上,为你生命省 3s (Save 3 seconds of your life when naming things.) (JavaScript)
README
# cerebro-codelf
![license](https://img.shields.io/github/license/mashape/apistatus.svg) ![download](https://img.shields.io/npm/dt/cerebro-codelf.svg) ![version](https://img.shields.io/npm/v/cerebro-codelf.svg) ![language](https://img.shields.io/badge/language-JavaScript-green.svg)
[English version README](README_EN.md)
> There are only two hard things in Computer Science: cache invalidation and naming things. -- Phil Karlton
> 给变量起名的事情上,为你生命省 **3s**。
**[Cerebro](https://github.com/KELiON/cerebro.git) 变量名搜索插件**,项目灵感来源 [codelf](https://unbug.github.io/codelf/)。通过 Cerebro 的搜索窗口快速查找变量名。
## 特性
- 快速启动、搜索
- 中英文变量搜索
- 自由定制![screenshot](./res/screenshot.gif)
## 安装
兼容环境:Windows, MacOS, Linux
- 插件依赖于 [Cerebro](https://github.com/KELiON/cerebro.git)
- `Ctrl-Space` 打开 Cerebro
- 输入 `plugins codelf`,点击安装## 使用
- Cerebro 中,输入 `codelf` + `[待搜索的变量名]`;
- 上下选择变量名,回车 `Enter` 选中变量名并复制到剪切板;
- 在对应变量的条目上使用,`Tab` 键浏览代码;
- 代码浏览界面,回车 `Enter` 通过浏览器打开对应的项目界面,并拷贝变量名到剪切版;
- 代码预览页面顶部地址,通过浏览器打开 searchcode 的对应结果;## LICENSE
MIT
欢迎 fork :fork_and_knife: 和 star :star: