Back to MCP directory
publicPublicdnsLocal runtime

codelf

CODELF是一款专为开发者设计的变量命名工具,通过搜索GitHub、Bitbucket、Google Code等平台上的项目,帮助用户找到实际使用中的变量名称,解决命名难题。此外,它还提供了每日算法练习功能,帮助开发者提升编程技能。CODELF还集成了GitHub星标、仓库标签和管理工具,方便用户管理代码库。该工具支持多种开发环境,包括VS Code、Atom和Sublime Text,并提供了Chrome扩展,方便用户在不同场景下使用。CODELF旨在通过智能搜索和实用功能,提升开发者的工作效率和代码质量。

article

README

CODELF(变量命名神器)

A search tool helps dev to solve the naming things problem.

Search over projects from Github, Bitbucket, Google Code, Codeplex, Sourceforge, Fedora Project, GitLab to find real-world usage variable names.

Also a daily Algorithm Copybook.

Also a GitHub stars, repositories tagger and organizer tool.

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

twohardtings

image

WIKI

简体中文

Plugins

Codelf for VS Code

Install

Codelf is on VS Code Extension Marketplace. Just search "codelf" on VS Code EXTENSIONS pane and click install.

Usage
  1. Select text, right-click and select "Codelf".
select

Codelf for Atom

Install

Codelf is on Atom package. Search "codelf" on Atom setting pane and click install.Please see Atom Packages in the Atom Flight Manual

Usage
  1. Select text, right-click and click "Codelf".
  2. Open Packages menu select "Codelf"
  3. Press CTRL+ALT+E to open Codelf

Also see How to use Codelf on Atom

Codelf for Sublime Text

Install
  1. Download Codelf for Sublime or Select a "st-" version to download
  2. Unzip and rename the folder to Codelf
  3. Copy the folder into Packages directory, which you can find using the menu item Sublime Text -> Preferences -> Browse Packages...
  4. Restart Sublime Text
Usage
  1. Select text, right-click and click "Codelf".

ST Right Click 2. Open Command Palette using menu item Tools -> Command Palette... --> Type "E" or "Codelf" -->Select "Search Selection" or "Search From Input"

ST Command Palette...

Apps

Codelf Chrome App

Find me

Videos

Codelf first look

Screenshots

Search variable

image

image

Daily Algorithm Copybook

jan-20-2019 14-29-06

image

GitHub stars, repositories tagger and organizer tool

bnk1

bmk2

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client