Where are the IDEs located on my hard drive?

The default locations depend on your operating system: Windows: %LOCALAPPDATA%\JetBrains\Toolbox\apps macOS: ~/Library/Application Support/JetBrains/Toolbox/apps Linux: ~/.local/share/JetBrains/Toolbox/apps Unfortunately, the Toolbox App installation location cannot be changed now.  Here’s an open issue about it: TBX-5327.Nevertheless, feel free to comment or upvote.  Reference

kreangkrai supchid

February 14, 2023

Trick hide test file go

https://stackoverflow.com/questions/55279029/in-goland-how-can-i-hide-test-files-underneath-each-non-test-file A quick reference is to do the following: under the project view window click on the cogwheel select File Nesting… click on the “Child file suffix” under “.go” extension add “_test.go” to the list and click OK

kreangkrai supchid

August 7, 2021