Skip to content
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

Go to implementation interface #141

Open
Ddiidev opened this issue Nov 15, 2024 · 0 comments
Open

Go to implementation interface #141

Ddiidev opened this issue Nov 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Ddiidev
Copy link

Ddiidev commented Nov 15, 2024

Describe the bug

When you click on the fix link, it opens an incorrect and broken path.
https://github.com/user-attachments/assets/efc1d59d-0ef7-43c3-ae6f-f7017e64725e

Expected Behavior

I expected it to either shoot for the interface implementation, or show a list of existing implementations.

Current Behavior

When you click on the fix link, it opens an incorrect and broken path.
https://github.com/user-attachments/assets/efc1d59d-0ef7-43c3-ae6f-f7017e64725e

Reproduction Steps

main.v

module main

pub struct Teste {
	name string
}

fn main() {
	println('Hello World!')
}

interface_teste.v

module main

pub interface ITeste {
	name string
}

image
image

OR

image
image

Possible Solution

No response

Additional Information/Context

No response

Environment details (v doctor output)

V full version: V 0.4.8 c4aaa2e.561efd1
OS: windows, Microsoft Windows 11 Pro Insider Preview v27744 64-bit
Processor: 12 cpus, 64bit, little endian,

getwd: C:\Users\Andre\Desktop\hello-teste
vexe: E:\Progs\v\v.exe
vexe mtime: 2024-11-15 19:35:46

vroot: OK, value: E:\Progs\v
VMODULES: OK, value: C:\Users\Andre.vmodules
VTMP: OK, value: C:\Users\Andre\AppData\Local\Temp\v_0

Git version: git version 2.46.1.windows.1
Git vroot status: weekly.2024.46-29-g561efd14
.git/config present: true

CC version: Error: 'cc' não é reconhecido como um comando interno
ou externo, um programa operável ou um arquivo em lotes.

emcc version: Error: 'emcc' não é reconhecido como um comando interno
ou externo, um programa operável ou um arquivo em lotes.

thirdparty/tcc status: thirdparty-windows-amd64 b425ac82

Editor name

Cursor (vscode)

v-analyzer Version

v-analyzer version 0.0.5.ef4243a

VS Code Extension Version

v0.0.5

@Ddiidev Ddiidev added the bug Something isn't working label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant