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

"Code | Inspect Code" does not report syntax errors #476

Open
harry-xm opened this issue Aug 26, 2024 · 3 comments
Open

"Code | Inspect Code" does not report syntax errors #476

harry-xm opened this issue Aug 26, 2024 · 3 comments
Labels
diagnostic enhancement New feature or request

Comments

@harry-xm
Copy link

The Annotators inspection is enabled, but annotated errors are not reported in the inspections panel.

Screenshot

@angelozerr
Copy link
Contributor

I have no idea which IntelliJ extension point we need to use to manage that. Today error is displayed when you are typing in the editor. In Rust usecase it seems that error is done when you are saving file (you need to do Ctrl+Save).

@harry-xm
Copy link
Author

In Rust usecase it seems that error is done when you are saving file (you need to do Ctrl+Save).

I don't think it's related to Rust. The error is displayed when I'm typing, just not in the inspections panel, which is different from the Problems in (current) File panel.

@angelozerr
Copy link
Contributor

I don't know how to do that with IntelliJ API / extension point. I need to investigate how to implement that.

@angelozerr angelozerr added enhancement New feature or request diagnostic labels Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diagnostic enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@angelozerr @harry-xm and others