Skip to content

In goland, after install vlang plugin golang's run options are missing #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kuchaguangjie opened this issue Jan 17, 2025 · 0 comments

Comments

@kuchaguangjie
Copy link

kuchaguangjie commented Jan 17, 2025

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 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

  1. install goland 2024.3, and start.
  2. create a package with go tests.
  3. right click the package should see options:
  • Run ->
    • go test
    • go build
  1. install vlang plugin, and restart goland.
  2. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant