redhat-developer / redhat-developer/yaml-language-server
Disable replacing quotes
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 352
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 11
Description
In yaml single and double quotes have different meanings (https://yaml-multiline.info/) and I want to be able to auto format my file but keep the quotes as they are.
I see an option to choose between single or double quotes but no option to just keep them as they are.
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
The issue does not name any files or tests. Start by tracing the formatter's existing single-quote and double-quote options in the TypeScript language server, then identify where quote replacement is selected. Done means auto-formatting preserves each scalar's existing quote style when the new option is enabled, with coverage for both quote types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100