Open thomasp85 opened 1 week ago
I am not sure if here is the best place to comment, but I noticed a small bug with the roxygen annotations, when issuing ctrl
+enter
to run the next expression. Only in particular cases, such as when the roxygen annotation is not the first comment in a given section, it works as expected (or as I am used to from RStudio), otherwise, each roxygen annotation line is sent to the console line by line. Please see the screencast that shows what I mean.
I didn't know about plumber annotations, but they work fine, I might just use them from now on... It is actually a minor bug that I am not sure I should open a new issue for it. Should I?
https://github.com/user-attachments/assets/3b59cc81-9250-49ff-bccb-e66efc8d18da
I opened https://github.com/posit-dev/positron/issues/5423 to track this, @avila. Thanks! 🙌
The support for roxygen annotations should be extended to also include plumber annotations, thus understanding the various plumber tags as well as working with the
#*
comment.We might consider only supporting plumber tag lookup for
#*
to gently steer people towards this and keep a better separation between roxygen and plumber annotations