LuaLS / LuaLS/lua-language-server
按ctrl+鼠标左键跳转时,我想吧build目录去掉
Open
Nobody has claimed this yet.
bug
question
- Dominant language
- Lua
- Stars
- 4.4k
- Forks
- 442
- PR merge metrics
- No merged PRs in 30d
Description
如果没有build目录就可以直接跳转过去,现在跳转总是会先弹框,在选择 很难受
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 tracing the Ctrl+click definition-jump flow in the language server and inspect how the build directory is selected. The issue provides no file or test names, so first locate the code responsible for the selection dialog. Done means navigation skips the build directory and jumps directly to the intended target when possible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100