Replies: 2 comments 2 replies
-
In Positron, we are using more modular, modern language tooling, which includes a new formatter for R called air. This would be the way to format your code to include spaces around |
Beta Was this translation helpful? Give feedback.
2 replies
-
tks !!!
:)
El lun, 1 sept 2025 a la(s) 1:49 p.m., Julia Silge ***@***.***)
escribió:
… Ah gotcha! We don't have support planned for this in the near term, but
you can create your own keyboard shortcut
<https://positron.posit.co/keyboard-shortcuts.html#custom-shortcuts> to
remove such spaces like this (goes in keybindings.json):
{
"key": "shift+=", // or whatever you want
"command": "editor.actions.findWithArgs",
"when": "editorTextFocus",
"args": {
"searchString": " = ",
"replaceString": "=",
"triggerSearch": true,
}
}
This doesn't actually do the replacement automatically; you would need to
accept the proposed replacements manually.
—
Reply to this email directly, view it on GitHub
<#9233 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABFCA6B2SSQ5GT3ZU6HEX33QSIMFAVCNFSM6AAAAACFFHDIUWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMRXHA3TKNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi
in rstudio exits insert_spaces_around_equals, wich is the equivalent in positron ?
Beta Was this translation helpful? Give feedback.
All reactions