Parameter renaming in functions for R #8927
Unanswered
immanuelazn
asked this question in
Feedback
Replies: 1 comment
-
Thank you for these ideas! I added this to our issue on renaming symbols in #4525 (comment). |
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,
I often have the situation where I want to change the parameter names of a function. I don't think Positron has an elegant way of doing this, as the
rename symbol
function given by the R extension on vsc isn't provided.Still, there are things that
rename symbol
does that I wish matched the intelliJ capabilities for this (when applied to python). Some that would be useful:@param
block, and mentions to the param within a code block in the function docstring using ` would also be changed.If the Positron team ever has a chance to reimplement the
rename symbols
function, and perhaps even provide the niceties mentioned in doing package development, it would be greatly appreciated!Beta Was this translation helpful? Give feedback.
All reactions