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
May 06, 2020 11:52
Hi Andyk, I cannot reproduce it so far. I've installed a custom textmate bundle for haskell (this also adds custom FileType) and configured a file watcher for this fileType - it works as expected. ...
Community
GoLand
Syntax Highlighting for Custom Filetype conflicts with Textmate bundle
0 votes
Created
January 29, 2020 12:35
You can upload logs via FTP or HTTP as described here: https://intellij-support.jetbrains.com/hc/en-us/articles/206869619-Uploading-Large-Files-for-JetBrains-Support-Team
Community
GoLand
Debugging with delve is broken
0 votes
Created
January 24, 2020 15:41
It is tempting to say: yes, but IMHO adding support for variables won't help. Your example shows that variables can be arbitrarily complex expressions and we would have to reimplement a whole shell...
Community
GoLand
Is it possible to have Run/debug (build) injection from shell command?
0 votes
Created
January 24, 2020 14:31
Hi Greg, it is possible to specify flags for go tool, but they are static. So you can write put -ldflags "-X main.BUILD_DATE=dev" there, but run configuration won't expand the date pattern. The clo...
Community
GoLand
Is it possible to have Run/debug (build) injection from shell command?
0 votes
Created
January 23, 2020 10:24
Could you please reproduce the problem with additional logging? To do that: add #com.goide.dlv.DlvVm in Help | Debug Log Settings... restart the IDE reproduce the problem provide IDE logs via the...
Community
GoLand
Debugging with delve is broken
0 votes
Created
January 22, 2020 13:10
Usually you can start a debug session using an icon in the gutter: https://www.jetbrains.com/help/go/starting-the-debugger-session.html#
Community
GoLand
GoLand - in tutorial no option "Debug context configuration"
0 votes
Created
November 26, 2019 16:06
Thank you for detailed description, filed a feature request: https://youtrack.jetbrains.com/issue/GO-8475.
Community
GoLand
How to create run configuration to build directory recursively?
0 votes
Created
November 26, 2019 08:36
I understand that it is convenient to specify ./... in a run configuration. My question is: why do you want to run it?
Community
GoLand
How to create run configuration to build directory recursively?
0 votes
Created
November 25, 2019 14:44
At the moment we don't have plans to add such a feature: https://youtrack.jetbrains.com/issue/GO-6460. Could you please describe your use-case in the issue, maybe we can address it by different means?
Community
GoLand
How to create run configuration to build directory recursively?
0 votes
Created
November 22, 2019 17:17
We don't have a run configuration for that, but you can run 'go build ./...' by configuring an external tool at `File | Settings | Tools | External Tools` like shown on a screenshot.
Community
GoLand
How to create run configuration to build directory recursively?
0 votes
«
First
‹
Previous
Next
›
Last
»