antlr / antlr/jetbrains-plugin-sample

Missed issues in editor

Open
#11 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
120
Forks
35
PR merge metrics
No merged PRs in 30d

Description

A little bit strange, but the IDEA editor doesn't show any errors for the following code:
```
var b //must have assignment
func fun(){
return //must return something
}
```

I have checked the same example in ANTLRv4 plugin and it shows 2 errors.

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the supplied code in the IDEA editor and compare its diagnostics with the ANTLRv4 plugin, which reports two errors. Trace the editor's error-reporting entry point and verify that both missing assignment and missing return diagnostics appear when the issue is fixed.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.