Tagged: Go configuration settins
- This topic has 6 replies, 2 voices, and was last updated 4 years, 9 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.
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 Support
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.
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 Support
support-swapnaModeratorHi,
Any specific settings for GO you want to configure in the settings file?
–Swapna
Genuitec Support
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.
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