LuaLS / LuaLS/lua-language-server

Indentation when formatting off for values inside square brackets

オープン
#3,460 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
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;

local v = t[
    key(1)
]
Actual Behaviour

This is how the formatter leaves it;

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
local v = t[
    key(1)
]
  1. Run the document formatter function with Alt+Shift+F or from the top menu Edit > Format Document/Selection
  2. key(1) falls back to previous column
Additional Notes

No response

Log File

No response

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

Lua スニペットと Format Document コマンドを使用して、Defold の組み込みテキストエディターで問題を再現し、その後、角括弧内の式を処理する LuaLS のフォーマット処理経路を追跡します。完了の条件は、リンクされた Defold の再現でも、key(1) の前のインデントがフォーマットによって保持されることです。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
lua
領域
tooling
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
活発
明瞭さ
おおむね明確
初心者へのやさしさ
68/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。