Andrew Craig
Andrew Craig
Would anyone like to volunteer to try making [the one-line change I suggested above](https://github.com/REditorSupport/vscode-R/issues/437#issuecomment-1214276681)? I think that would probably fix the comma issue and also change the behaviour so that...
Might be because we have no indentation rules in `r-configuration.json` etc. https://code.visualstudio.com/api/language-extensions/language-configuration-guide#indentation-rules
I did some testing and I believe this is because we have no indentation rules. Indentation after `(`, `{` etc. while typing is provided by default, but not indentation when...
Thanks @lorenzwalthert. At present the VS Code command `Reindent Lines` uses a language's indentation rules, not the language server. So styler supporting reindentation only wouldn't help with `Reindent Lines`, although...
Hi, I really like this feature from RStudio too. Off the top of my head, I think this could be done with a couple of modifications: 1. In `src/selection.ts`: Before...
@nathaneastwood Fantastic! I’ll remove the ‘help wanted’ tag. The very first TypeScript I wrote was for sending code to the terminal too, so it seems like an appropriate place to...
@pat-s No plans from me I'm afraid - I miss this feature when I use R but these days I don't use R very much ...
Once PR #228 is merged, I'll fix this so that text in `$..$` and `$$..$$` is highlighted as LaTeX (if the user has installed an extension that provides LaTeX highlighting),...
Hi @storopoli, I was planning on working on this around this time last year but it fell too far down my list of priorities. The file that needs editing is...
@storopoli That looks like the right sort of idea. I think it would match `$$..$` and `$..$$` though. A PR for this feature would be very welcome! :)