Replies: 3 comments 2 replies
-
Thanks for this report, @JTCDCTWB! Can you share what version of Positron you are using? If you have the latest version, we now bundle air and the air extension. You can then set up "format on save" like so in your settings, which will automatically format your code every time you save: {
"[r]": {
"editor.formatOnSave": true
}
} Give that a try, and see what you think! |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you for your attention.My Positron version is 103.
At 2025-05-06 21:53:49, "Julia Silge" ***@***.***> wrote:
Thanks for this report, @JTCDCTWB! Can you share what version of Positron you are using? If you have the latest version, we now bundle air and the air extension. You can then set up "format on save" like so in your settings, which will automatically format your code every time you save:
{
"[r]": {
"editor.formatOnSave": true
}
}
Give that a try, and see what you think!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your reply. I have already started using Air.
在 2025-05-07 21:29:29,"Julia Silge" ***@***.***> 写道:
You might check out the tidyverse blog post on Air to get a bit more perspective on how folks' workflows might change, now using this tool: https://www.tidyverse.org/blog/2025/02/air/
I will say that I really like not thinking about how my code is formatted and just leaving it up to Air! 😅
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.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.
-
In R language, when inputting parameters for a function, pressing Enter after each parameter will not automatically add indentation.
PixPin_2025-05-06_19-13-56.mp4
Beta Was this translation helpful? Give feedback.
All reactions