codegrip
codegrip copied to clipboard
Reshaping and navigation commands for R code
Another idea for the roadmap: I often start writing code like this ```r .list$foo$bar$baz ``` where auto-complete helps fill in the list items. But later I'll refactor to ensure that...
- [ ] Indentation width - [ ] Vertical alignment of arguments at parenthesis
- Actually exports `reshape_info` :facepalm: - Adds cursor information to the return value of `reshape_info` The upcoming release of LSP will support SnippetEdits as returned WorkspaceEdits in a code action,...
Currently, after issue only a "change" action from the LSP, the entire region of replaced text is selected after the code action. Instead, it would be more intuitive if the...
See https://github.com/tidyverse/style/issues/215 it should be this: ```r mcmc_derive_fun