Tagged: Go configuration settins
- This topic has 6 replies, 2 voices, and was last updated 5 years, 5 months ago by
support-swapna.
-
AuthorPosts
-
silvermangbParticipantAre the contents of the Eclipse workspace file codemix.code-workspace defined in a public document? I would like to edit it but have not found documentation on the keys and values.
February 17, 2020 at 7:03 am #642128
support-swapnaModeratorHi,
I am afraid there is no public document specifically for CodeMix, but you can check this document related to VSCode settings to get started : https://code.visualstudio.com/docs/getstarted/settings#_creating-user-and-workspace-settings
For Extension specific settings, you can go to Window > Preferences > CodeMix > Extensions and majority of the settings will be available in the appropriate nodes.
Hope this helps. Please let us know if you have any further questions.
–Swapna
Genuitec SupportFebruary 17, 2020 at 10:05 am #642146
silvermangbParticipantThere are over a dozen items in Windows->Preferences->CodeMix->Extensions->Go Configurations that can be modified by editing file codemix.code-workspace.
I am asking what are the key/value pairs in that json file. Otherwise, I have no idea how to modify those settings.
Attachments:
You must be logged in to view attached files.February 18, 2020 at 5:13 am #642231
support-swapnaModeratorHi,
You will have to go through VSCode Go extension documentation for the list of available settings :
https://github.com/Microsoft/vscode-goI am afraid there is not much help available otherwise.
Apologies for inconvenience caused.
–Swapna
Genuitec SupportFebruary 18, 2020 at 7:10 am #642238
support-swapnaModeratorHi,
Any specific settings for GO you want to configure in the settings file?
–Swapna
Genuitec SupportFebruary 18, 2020 at 9:36 am #642256
silvermangbParticipantThanks for the link.
I want to browse the standard Go packages source code. The eclipse “Goto Symbol” does not work on symbols like fmt.Println.
February 19, 2020 at 6:26 am #642381
support-swapnaModeratorHi,
Can you try the
Go to Symbol
from the command palette invoked using Ctrl+Shift+P?
Also if you want to include the import statements in the Go to Symbol in File feature, then please go to Window > Preferences > CodeMix > Extensions > Go configuration > Goto Symbol and check the ‘Include imports’.Hope this helps.
–Swapna
Genuitec Support -
AuthorPosts