starpls icon indicating copy to clipboard operation
starpls copied to clipboard

feat: implement textDocument/formatting

Open steeve opened this issue 6 months ago • 1 comments

This is done by spawning a buildifier process.

Buildifier can be configured in the initialization options:

{
    "buildifier": {
        "path": "...",
        "args": ["...", "...."]
     }
}

Closes #267

PS: note that this was done at 99% by Gemini Pro 2.5

steeve avatar Aug 11 '25 11:08 steeve

Gentle ping @withered-magic :)

steeve avatar Aug 20 '25 17:08 steeve

sorry for late movement here, I'll try to get this in soon!

withered-magic avatar Dec 19 '25 10:12 withered-magic