You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In goland 2024.3.1, before install vlang plugin, when right click a go package dir, there are options like:
Run ->
go test
go build
But, after install vlang plugin, after right click a dir, only have Run V .. options.
Which means I can't run tests for a dir for golang, by right click anymore.
Is it possible to keep go's options, while adding vlang's options ?
Expected Behavior
When right click a golang's package, show options:
Run ->
go test
go build
Current Behavior
When right click a golang's package, following options are missing:
Run ->
go test
go build
Reproduction Steps
install goland 2024.3, and start.
create a package with go tests.
right click the package should see options:
Run ->
go test
go build
install vlang plugin, and restart goland.
do step 3 again, the option is missing.
Possible Solution
No response
Additional Information/Context
No response
Environment details (v doctor output)
|V full version |V 0.4.9 d313355.2aa5651
|:-------------------|:-------------------
|OS |linux, Linux Mint 22 (based on ubuntu 24.04)
|Memory |2.95GB/15.54GB
| |
|V executable |/mnt/star/program/vlang/v0.4.9/v
|V last modified time|2025-01-09 22:24:51
|
|cc version |cc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
|gcc version |gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
|clang version |N/A
|tcc version |tcc version 0.9.28rc 2024-07-31 HEAD@1cee0908 (x86_64 Linux)
|tcc git status |N/A
|emcc version |N/A
|glibc version |ldd (Ubuntu GLIBC 2.39-0ubuntu8.3) 2.39
IDE Type (IDEA Community/Ultimate, GoLand, CLion, etc.)
GoLand 2024.3.1
Plugin Version
vlang 2024.3.1
The text was updated successfully, but these errors were encountered:
Describe the bug
In
goland 2024.3.1
, before install vlang plugin, when right click a go package dir, there are options like:Run
->go test
go build
But, after install
vlang
plugin, after right click a dir, only haveRun V ..
options.Which means I can't run tests for a dir for golang, by right click anymore.
Is it possible to keep go's options, while adding vlang's options ?
Expected Behavior
When right click a golang's package, show options:
Run
->go test
go build
Current Behavior
When right click a golang's package, following options are missing:
Run
->go test
go build
Reproduction Steps
Run
->go test
go build
vlang
plugin, and restart goland.3
again, the option is missing.Possible Solution
No response
Additional Information/Context
No response
Environment details (
v doctor
output)IDE Type (IDEA Community/Ultimate, GoLand, CLion, etc.)
GoLand 2024.3.1
Plugin Version
vlang
2024.3.1
The text was updated successfully, but these errors were encountered: