Skip to content

feat: same module fn completion#491

Merged
JalonSolov merged 6 commits intovlang:masterfrom
cadamsdev:feat/same-module-pub-fn-completion
Mar 23, 2026
Merged

feat: same module fn completion#491
JalonSolov merged 6 commits intovlang:masterfrom
cadamsdev:feat/same-module-pub-fn-completion

Conversation

@cadamsdev
Copy link
Copy Markdown
Contributor

@cadamsdev cadamsdev commented Mar 22, 2026

Shows completion for functions that are apart of the same module

example

main.v

module main

fn main() {
  // will show completion for say_hello
}

another-file.v

module main

fn say_hello() {
	println('Hello from another-file.v!')
}

Preview

Screenshot 2026-03-22 at 6 20 10 PM

2026-03-22 18 21 47

@cadamsdev cadamsdev changed the title feat: same module pub fn completion feat: same module fn completion Mar 22, 2026
@cadamsdev cadamsdev marked this pull request as ready for review March 22, 2026 22:29
@JalonSolov JalonSolov merged commit 1aea340 into vlang:master Mar 23, 2026
3 checks passed
@cadamsdev cadamsdev deleted the feat/same-module-pub-fn-completion branch March 23, 2026 00:24
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

Successfully merging this pull request may close these issues.

2 participants