Replies: 1 comment 6 replies
-
There is already a syntax highlighting feature in vscode. And I think that you may need to have the opening brace below the “func Main()” call, since that may have worked for me when I tried running it, but I find it weird that programming languages would even check which lines the braces were on. I’m sorry if I sound like I’m ranting, but I’d also like to bring up the fact that Go seems to force one to have the brace on the same line as the function call. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When defining a function not having space between the function parentheses and curly brackets causes a type error
Also will there be a syntax/intellisense plugin for VSC in the future?
Beta Was this translation helpful? Give feedback.
All reactions