LuaLS / LuaLS/lua-language-server
Indentation when formatting off for values inside square brackets
還沒有人認領這個 Issue。
- 主要語言
- Lua
- 星號
- 4.4k
- 分支
- 442
- PR 合併指標
- 30 天內沒有已合併 PR
描述
### How are you using the lua-language-server?
Other (Defold's built-in text editor)
### Which OS are you using?
Linux (also happens on other platforms)
### What is the issue affecting?
Formatting
### Expected Behaviour
Hello, thank you for LuaLS!
There is a small issue that we have found when formatting a Lua file and indentation;
```lua
local v = t[
key(1)
]
```
### Actual Behaviour
This is how the formatter leaves it;
```lua
local v = t[
key(1)
]
```
### Reproduction steps
https://github.com/defold/defold/pull/12995
1. In the Defold Editor's text editor, in a Lua script file, type
```lua
local v = t[
key(1)
]
```
2. Run the document formatter function with `Alt+Shift+F` or from the top menu `Edit > Format Document/Selection`
3. `key(1)` falls back to previous column
### Additional Notes
_No response_
### Log File
_No response_
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
使用 Lua 程式碼片段和 Format Document 命令在 Defold 的內建文字編輯器中重現問題,然後追蹤處理方括號內運算式的 LuaLS 格式化路徑。完成的條件是格式化保留 key(1) 前的縮排,包括在連結的 Defold 重現中。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- lua
- 領域
- tooling
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 活躍
- 描述清晰度
- 基本清楚
- 新手友好度
- 68/100