We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
I expected it to either shoot for the interface implementation, or show a list of existing implementations.
main.v
module main pub struct Teste { name string } fn main() { println('Hello World!') }
interface_teste.v
module main pub interface ITeste { name string }
OR
No response
v doctor
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
Cursor (vscode)
v-analyzer version 0.0.5.ef4243a
v0.0.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
interface_teste.v
OR
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
The text was updated successfully, but these errors were encountered: