-
Notifications
You must be signed in to change notification settings - Fork 2
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
deprecation and removal of rascal-eclipse project #25
Comments
We should start printing a deprecation warning in the repl of eclipse? (with some link to a blogpost describing it) |
TODO for this to work out fine:
|
There is an opportunity to factor |
I think we should start ending this @PaulKlint @tvdstorm ; the VScode extension is now superior to the native Eclipse support. If we ever move back to Eclipse we should do this via the LSP servers we already have. Teachers seem not to be in trouble, most of them have already moved to VScode. The benefit of stopping this is great. The rascal-eclipse plugin has a huge TODO debt both technically and feature-wise. It is a burden we can't bear. |
I fully support this. The VSCode plugin is now feature-wise on par with the Eclipse one. Personally, I find the user-experience much better. Let's move on and make the VSCode plugin better and better. |
This is to register the intent to mark "rascal-eclipse" for deprecation and eventual removal. This includes the nested project for the update site, the feature, the actual plugin, and the developers-feature that would link Rascal JUnit tests to their source locations.
util::IDE
can not literally be used to callutil::LanguageServer
from the rascal-language-servers project, the concepts are exactly the same and only some minor rewiring is requested.vis::Figure
was not used by many students anymore, but still we have to bring the documentation ofvis/*
andsalix-*
up to the level of the Figure libraryPlease sign here for the consent of the idea:
In the meantime we will make only small bugfix releases of rascal-eclipse, to help straggling users while they prepare to migrate.
I will add a documentation issue about documenting the migration from rascal-eclipse DSL implementations to VScode DSL implementations
The text was updated successfully, but these errors were encountered: