Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RStudio code mode #5493

Open
1 of 2 tasks
seanbirchall opened this issue Mar 1, 2024 · 1 comment
Open
1 of 2 tasks

Add RStudio code mode #5493

seanbirchall opened this issue Mar 1, 2024 · 1 comment

Comments

@seanbirchall
Copy link

Describe the feature

There are currently a number of different code modes shipped with the Ace Editor. RStudio is probably one of the largest and most used projects that uses Ace. The rstudio repo has all that's needed to make a 'rstudio' code mode for Ace.

Use Case

Personally I would use this for a browser based IDE to R I'm working on https://www.scrapeable.com/webR/. I just need help figuring out how I can compile the code completion, code model... etc for RStudio into a custom code mode.

Proposed Solution

Use RStudio repo to create a code mode called rstudio.

Other Information

going to give it a go myself, but could definitely use some help.

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

ACE version used

latest

@akoreman
Copy link
Contributor

akoreman commented Mar 3, 2024

Hey, thanks for creating the issue. Ace currently has an R mode (here) but it's indeed not as fully featured as the R mode Rstudio has (here). You might get some inspiration from that mode to improve the one in Ace. Let us know if there are specific questions you'd like us to answer 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants