Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitry Neverov
Total activity
90
Last activity
March 27, 2023 12:18
Member since
January 28, 2014 13:45
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
32
Activity overview
Articles (0)
Posts (0)
Comments (58)
Sort by recent activity
Recent activity
Votes
Created
April 30, 2019 15:53
I think you are facing https://youtrack.jetbrains.com/issue/IDEA-201301, please follow the workaround described in the issue.
Community
GoLand
Find in path - prefill strange string
0 votes
Created
April 14, 2019 09:37
Please capture IDE logs via the `Help | Collect logs and show in <file browser>` action and attach them to the ticket
Community
GoLand
Was first unable to bring in bcrypt so tried to use internal download of SDK, now getting "Failed to download SDK Unpacked SDK is corrupted"
0 votes
Created
April 12, 2019 14:05
You can do that using macros as described here: https://www.jetbrains.com/help/idea/using-macros-in-the-editor.html#bind. Record a macro inserting ':=' and bind it to the shortcut you want. I'd als...
Community
GoLand
When adding elements to an array, is it possible to somehow automatically create the next element and move cursor to it?
0 votes
Created
April 11, 2019 13:21
Hi, the closest you can get with built-in tools is to run the 'Complete current statement" action inside a string (default keybinding is Ctrl+Shift+Enter). It adds a comma after a string literal an...
Community
GoLand
When adding elements to an array, is it possible to somehow automatically create the next element and move cursor to it?
0 votes
Created
April 11, 2019 12:52
Hi Kelly, the 'Run CPU Profile' action is available on the gutter icon for tests and benchmarks. Profiling regular functions is not supported yet, please watch/vote for https://youtrack.jetbrains...
Community
GoLand
Failing to "General profiler usage"
0 votes
Created
July 25, 2018 16:24
BTW do you want to set value of all the fields? If so, then there is an intention inside a struct literal doing just that. There is also an intention which fills fields recursively.
Community
GoLand
Get a list of struct fields
0 votes
Created
July 25, 2018 14:10
Hi Bharat, there is no ability to view available fields on Cmd+P at the moment, the closest you can get is to invoke Ctrl+Q on struct name or hover the mouse with Cmd pressed over struct name - bot...
Community
GoLand
Get a list of struct fields
0 votes
Created
January 28, 2014 13:45
These are changes from removed VCS roots or from removed build configurations. There is no need in removing them. Then TeamCity starts it detects that changes are not attached to the build configur...
Community
IntelliJ IDEA Users
VCS changes not attached to any build configuration
0 votes
Created
January 21, 2020 17:00
It should work but might depends on the OS you are using. On linux the following program works: package main import ( "fmt" "os" "os/signal" "time") func main() { sigs := make(chan...
Community
GoLand
Catching "stop" in Go
-1 votes
Created
October 09, 2019 15:31
For documentation popup enable the 'Show quick documentation on mouse move' option at 'File | Settings | Editor | General'. Editor provides a quick fix which generates a missing comment for exporte...
Community
GoLand
GoDoc Tooltip/Popups
-1 votes
«
First
‹
Previous