Lionel Henry
lionelhenry.bsky.social
Lionel Henry
@lionelhenry.bsky.social
That's a good idea! You should be able to use the `# fmt: table` comment above any call to make it tabular. But I just saw that it doesn't actually work, I'll fix that: github.com/posit-dev/ai...
Table directives in argument lists do not work · Issue #433 · posit-dev/air
E.g. for cases like: # In argument x <- matrix( # fmt: table c( 1, 2, 10, 200 ), ncol = 2 ) I see two issues. In can_have_directives(), we're checking whether the parent is an argument list, rather...
github.com
October 25, 2025 at 2:56 PM
What do you mean exactly?
October 22, 2025 at 6:53 AM
If you're a VS Code or Positron user, you can install/upgrade Air via the Extensions pane. For RStudio, update the CLI tool (see posit-dev.github.io/air/cli.html). For other editors, see posit-dev.github.io/air/editors....
Editor support – Air
posit-dev.github.io
October 21, 2025 at 10:35 AM
Hmm we don’t support hanging indents (at open paren) and have decided not to support them because they make it harder for screen readers to analyse code, which is an issue of accessibility.

That said we are missing an indent level in your video, I’ll open an issue about that and will make a fix.
July 26, 2025 at 2:04 AM
Yep it should not be hard to configure eglot to use Air
February 21, 2025 at 4:23 PM
I'll try to join!
February 21, 2025 at 3:48 PM