-
Notifications
You must be signed in to change notification settings - Fork 570
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
Comments
@fastfading Please try the Gogland EAP, we've fixed the issue. |
Hi Sergey
could you just give me the plugin ?
I use go with c/c++ code, so I prefer clion with go plugin
2017-01-05 15:38 GMT+08:00 Sergey Ignatov <[email protected]>:
… @fastfading <https://github.com/fastfading> Please try the Gogland EAP
<https://jetbrains.com/go>, we've fixed the issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2856 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AH9v9GhRmvsKj-lkezJFPNrhbyh5S1EWks5rPJ30gaJpZM4LbT2i>
.
|
Please drop me a mail to [email protected]
… On 05 Jan 2017, at 11:53, fastfading ***@***.***> wrote:
Hi Sergey
could you just give me the plugin ?
I use go with c/c++ code, so I prefer clion with go plugin
2017-01-05 15:38 GMT+08:00 Sergey Ignatov ***@***.***>:
> @fastfading <https://github.com/fastfading> Please try the Gogland EAP
> <https://jetbrains.com/go>, we've fixed the issue.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#2856 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AH9v9GhRmvsKj-lkezJFPNrhbyh5S1EWks5rPJ30gaJpZM4LbT2i>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Or include a screenshot / video of the issue.
The text was updated successfully, but these errors were encountered: