REditorSupport / vscode-R

R Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=REditorSupport.r
MIT License
1.05k stars 122 forks source link

LS highlighting in Terminal with Radian? #1514

Open itsmevictor opened 2 months ago

itsmevictor commented 2 months ago

[Let me preface this by admitting that I do not know whether I should post the feature request or on Radian's github. Also, great stuff, thank you for all the work!]

I'm thinking that something that could be convenient would be to have ls highlighting/color-coding in Radian's terminal so that one is easily able to see which objects are functions vs lists vs dataframes, etc. I believe this shouldn't be too hard to implement, as such solutions exist quite readily in bash/zsh for instance.

lict99 commented 2 months ago

I assume you want colorout package? But it is not compatible with Radian.