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 monaco integration in playground #304

Open
adelhult opened this issue May 10, 2023 · 0 comments
Open

Add monaco integration in playground #304

adelhult opened this issue May 10, 2023 · 0 comments
Labels

Comments

@adelhult
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
It would be really nice to have syntax highlighting or some other of the nice features that monaco supports in the playground. See: https://microsoft.github.io/monaco-editor/playground.html?source=v0.38.0#example-creating-the-editor-hello-world a good starting point our code is looking at Playground.tsx.

Describe the solution you'd like
Feel free to split this into multiple issues, here are some suggestions:

  • Syntax highlighting (using Monarch grammar or porting our textmate file if possible?)
  • Hover-over documentation for modules
  • Inlay-hints with names for positional argument
  • Suggestions/auto-complete for modules and or module arguments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant