Skip to content

parser,checker: vls add more support for mod autocomplete#25562

Merged
spytheman merged 1 commit into
vlang:masterfrom
kbkpbot:fix-vls-more-mod-autocomplete
Oct 22, 2025
Merged

parser,checker: vls add more support for mod autocomplete#25562
spytheman merged 1 commit into
vlang:masterfrom
kbkpbot:fix-vls-more-mod-autocomplete

Conversation

@kbkpbot

@kbkpbot kbkpbot commented Oct 22, 2025

Copy link
Copy Markdown
Contributor
  • add support mod autocomplete at middle of line.
  • support vls check for .vv file too.
  • in paser, allow dot_expr() process further expr when in vls mode(This is need for further struct.method( fn help to work).

res.output.trim_space()
}
if t.output != res_output {
if t.output.trim_space() != res_output {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if t.output.trim_space() != res_output {
if t.output.trim_space() != res_output.trim_space() {

fn test_main() {
mut total_errors := 0

dump(text_file)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
dump(text_file)

@spytheman spytheman merged commit 6989dc1 into vlang:master Oct 22, 2025
84 checks passed
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