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

plugin did not show go syntax error while editing #2856

Open
fastfading opened this issue Jan 5, 2017 · 3 comments
Open

plugin did not show go syntax error while editing #2856

fastfading opened this issue Jan 5, 2017 · 3 comments

Comments

@fastfading
Copy link

  • Plugin version (or commit hash):
    0.12.1799

  • IDE name and version:
    clion 2016.2

  • Java version:
    not sure

  • OS name and version:
    mac caption

  • What are you trying to do?
    func foo(a,b *int32) {
    *a = *a + *b
    }
    var a int32=1
    var b int32=2
    foo(a,b)

  • What would you expect to happen?
    this code foo(a,b) should show error while edit, for a, b is not a pointer

  • What happens?
    no red line indicate this is an error

Your issue description goes here.
Please be as detailed as possible

Please include a go sample to reproduce the issue

Or include a screenshot / video of the issue.

@ignatov
Copy link
Contributor

ignatov commented Jan 5, 2017

@fastfading Please try the Gogland EAP, we've fixed the issue.

@fastfading
Copy link
Author

fastfading commented Jan 5, 2017 via email

@ignatov
Copy link
Contributor

ignatov commented Jan 5, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants