REditorSupport / REditorSupport/languageserver
Issue with newline within function
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 675
- Forks
- 118
- Avg merge
- 1d 37m
- Merged PRs (30d)
- 11
Description
The languageserver prevents me from opening a new line within a function call:
If I hit enter while typing:
tibble(a = 1:10, b = 2:11, _)
It automatically deletes the newline. This is annoying because sometimes I want to manually format the code.
I see the same behavior in eglot and lsp-mode in Emacs.
Is there a way to prevent this behavior?
Thanks.
Contributor guide
No contributing guide indexed for this repository
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
Reproduce the behavior by pressing Enter within the shown tibble call, using either eglot or lsp-mode as described. Trace the language server's handling of newlines inside function calls and confirm that a manually inserted newline is preserved without breaking formatting or editing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100