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

Display Compile Errors / Warnings Next To Corresponding Line #3

Closed
bqi343 opened this issue May 12, 2021 · 4 comments
Closed

Display Compile Errors / Warnings Next To Corresponding Line #3

bqi343 opened this issue May 12, 2021 · 4 comments
Labels
backlog Work on this later enhancement New feature or request

Comments

@bqi343
Copy link
Member

bqi343 commented May 12, 2021

Like CSAcademy does:

Screen Shot 2021-05-12 at 3 21 04 PM

@thecodingwizard
Copy link
Member

Is this before or after you hit the run button?

Intellisense / autocomplete / error highlighting is possible with a language client but it seems immensely difficult to set up...

@bqi343
Copy link
Member Author

bqi343 commented May 12, 2021

after

@bqi343 bqi343 added the enhancement New feature or request label Jun 21, 2021
@bqi343 bqi343 added the backlog Work on this later label Jul 21, 2021
@thecodingwizard
Copy link
Member

It's theoretically possible to do it if it's after (just parse the compile error and update monaco). seems extremely hard though :(

@thecodingwizard
Copy link
Member

thecodingwizard commented Jun 23, 2022

#79 will probably accomplish this (though we may need to be careful about compiler flags and stuff)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Work on this later enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants