TencentBlueKing / TencentBlueKing/bk-lesscode
【需求】支持通过变量标识搜索变量
Open
Nobody has claimed this yet.
to be discussed
Todo
- Dominant language
- JavaScript
- Stars
- 63
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
背景:在使用过程,很多时候是记着变量标识,尤其是在代码使用,只能搜变量名称很不方便
期望:支持变量标识搜索,不区分大小写

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the variable search interface and the existing name-based search or filtering logic in the frontend. Confirm how variable identifiers are stored and searched, then verify that searches match identifiers case-insensitively as well as variable names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100