REditorSupport / REditorSupport/languageserver
Disable matching parenthesis in autocompletion
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 675
- Forks
- 118
- Avg merge
- 1d 37m
- Merged PRs (30d)
- 11
Description
I was wondering if there was any way to disable the parenthesis matching in the autocompletion feature?
Example: in the text editor type prin then hit tab you will get print() and I would like to have the option to get print( instead.
Note: I am working in VScode and I am assuming that the autocompletion feature comes from languageserver not vscode-R
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
Start by tracing the language-server autocompletion feature responsible for turning prin into print(), with the VS Code and vscode-R context in mind. Determine where the parenthesis behavior can be made configurable, then verify that the option can produce print( instead while preserving the existing behavior by default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100