-
What will be the correct rule to allow debugging in IntelliJ IDEA a temp output is blocked? See the message from Santa below for a Golang app executed from within IntelliJ in the IDE terminal:
```
…
-
When starting up IDEA Ultimate, I get the following error immediately:
```
java.lang.Throwable: com.ypwang.plugin.UtilitiesKt requests com.intellij.notification.NotificationGroupManager instance.…
-
Hey there,
I'm a huge fan of Cucumber in Ruby, and am now starting to learn Golang. I was able to get the Gherkin plugin installed to GoLand and the features formatter works great! I installed th…
-
Environment(环境)windows10
--------------
Goland| 2020.3
----------|----------
What are the steps to reproduce this issue?(重现步骤?)
------------------------------------------------
1.新建lua文件,…
-
GOROOT=D:\go1.21.3.windows-amd64\go #gosetup
GOPATH=C:\Users\Administrator\go #gosetup
D:\go1.21.3.windows-amd64\go\bin\go.exe build -o C:\Users\Administrator\AppData\Local\Temp\GoLand\___1go_build_…
-
## System
- **Amethyst version**: 0.14.2 (76)
- **macOS version**: 10.14.5
## What's the problem?
Unable to float small popups in GoLand, they become tiled immediately
## How can it be …
-
----------------------
- Plugin Name: EmmyLua
- Plugin Version: 1.3.6.219-IDEA212
- OS Name: Windows 10
- Java Version: 11.0.12
- App Name: IDEA
- App Full Name: IntelliJ IDEA
- App Version name: I…
-
https://lllovol.com/p/2021/10/goland-tips/
使用Goland的全局替换 单文件 使用Command+R进行替换
多文件 使用Shift+Command+R进行替换
正则替换 可以使用正则表达式进行替换 例如,我们想为DoFunction这个方法添加一个ctx作为第一个参数
打开Regex的开关 搜索:DoFunction((.*?)\)…
-
env:
go:1.10.3
ide:goland 2018.1.5 dlv:/Applications/GoLand.app/Contents/plugins/go/lib/dlv/mac/dlv(goland )
vscode
It is too odd.I build a simple project with seveal files,can run and debug.…
-
Hi, your plugin is really helpful! Thanks for it!
I found this issue trying it.
When I use "fmt" the step is found, but not linked in the feature file.
```go
// Works
ctx.Step(`^there are (\d…