-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
VSC plug-in for Parse Server #2318
Comments
Thanks for opening this issue!
|
I think we need the Monaco editor for this - would be good if we could pass types in too |
You mean as a replacement for the current editor in Parse Dashboard? |
Isn’t that what you were suggesting? |
I mean to suggest to develop a plugin for VSC and then remove the code editor from Parse Dashboard. |
Oh, right. My misunderstanding |
Maybe we can find a comparable plugin in VSC as inspiration to see how that could work. I imagine it something like this:
So all you'd have to do it is:
Ideally you could manage multiple Parse Server connections. And auto-complete comes OOTB as long as Parse JS SDK supports it. |
New Feature / Enhancement Checklist
Current Limitation
Parse Dashboard offers a console to execute code for Parse Server, but the editor is lacking all the benefits of a modern IDE.
Feature / Enhancement Description
Instead of maintaining a "debugging console" inside Parse Dashboard, a Visual Studio Code plug-in may offer all the benefits of a modern IDE and allows to extension.
Example Use Case
n/a
Alternatives / Workarounds
Further develop or replace the integrated console with a more modern IDE framework.
3rd Party References
n/a
The text was updated successfully, but these errors were encountered: