Experience of RStudio User Trying to migrate #1750
Replies: 9 comments
|
Apart the first point, there are a lot of themes outside to choose, the rest of points here work.
Hope that helps; just in case you may provide more information or steps to reproduce the issue. |
The beauty of VS Code is that it has extensions for R, Python and Julia – today's major Data Science languages. @purisuto VS Code not only replaces RStudio but also PyCharm and Juno; the latter has been officially replaced by the VS Code Julia extension. Check out my reference deployment at https://demo.jupyter.b-data.ch or have a look at ℹ️ Each docker stack has also GPU accelerated images available. What makes these images different:
|
VS Code is great, but the biggest problem for me is that there is no color distinction for the input and output of R code in the terminal. Additionally, the error and warning messages are also written similarly to other code. So I have to face a large white undifferentiated code in terminal when using VS Code. Rstudio does great about this. Do you have any advise to solve this problems? |
|
@lijiaqi-github Have you tried radian? https://github.com/randy3k/radian |
Sure, but there is a new problem, #1390. I'm sorry to say this, but I think Radian is a bit slow to respond, and there are some errors that I have never encountered in RStudio. |
@lijiaqi-github Can you reproduce this on my reference deployment at https://demo.jupyter.b-data.ch?
ℹ️ This seems to be a Windows specific issue. |
|
@benz0 Would it be better to switch from Windows to Mac? Here is my configuration and VScode setting.json. I tried to open Radian by VS Code in your Jupyter link, but I'm not familiar with Jupyter and couldn't succeed. I haven't used Jupyter before, so I don't know how to do it. |
|
This issue is stale because it has been open for 365 days with no activity. |
|
@eitsupi @Fred-Wu perhaps this "issue" can be closed (no actual issues reported) or moved to https://github.com/REditorSupport/vscode-R/discussions (idk if it is possible) |
Uh oh!
There was an error while loading. Please reload this page.
I am a data scientist. I was recommended to try Visual Studio Code as a replacement for RStudio. I gave it a good shot but decided not to use it for the following reasons:
Overall, I think you should address these basic issues to make it easier to migrate from RStudio. It shouldn't be a matter of searching through this issue forum for 2hours+ to get these basic things to work.
All reactions