-
### Ruby LSP Information
#### VS Code Version
1.95.3
#### Ruby LSP Extension Version
0.8.13
#### Ruby LSP Server Version
0.22.1
#### Ruby LSP Addons
- Ruby LSP Rails
#### Ruby Version
3.3.5
…
-
We should add a CSS auto-formatter to the nix environment, and format the existing CSS so that it looks nice. Consider possibly using a commit hook to auto-format new commits.
-
### Reproduction link
[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-jyh2k9)
### Steps to rep…
-
### Describe the feature
We will need a pretty-printer for use in:
- lints/code suggestions
- displaying items in auto-generated documentation
- re-use in a formatter
### Additional context
…
-
### Proposal
Is it possible to have the formatter automatically add two spaces at the end of lines when there is a break?
I mean, if you activate this option :
![image](https://github.com…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
This was disabled because we couldn't get it to work.
### Expected Behavior
_No response_
##…
-
### Environment information
```bash
CLI:
Version: 1.8.3
Color support: true
Platform:
CPU Architecture: aarch64
OS: …
-
The lua formatter shipped with the lua lsp does not format correctly anymore:
For example, it does not auto-insert trailing commas or commas in general into tables.
Find out why this is.
-
### Did you check existing requests?
- [X] I have searched the existing issues
### Describe the feature
For some filetypes without formatters available, I found using a simple mapping to run `gg=G`…
-
I'm experience running trice tool on different containers, somehow, they "clean differently"
In one system it cleans to `Trice("....`
on other system I got the removed `Trice("....`
I'm not sure…