Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.)

Awesome Lists containing this project

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: