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

[display] no completion point found with var i:Null<|> #8007

Closed
Gama11 opened this issue Mar 16, 2019 · 2 comments
Closed

[display] no completion point found with var i:Null<|> #8007

Gama11 opened this issue Mar 16, 2019 · 2 comments
Assignees
Labels
bug feature-ide IDE / Editor support
Milestone

Comments

@Gama11
Copy link
Member

Gama11 commented Mar 16, 2019

Completion isn't working here:

class Main {
	static function main() {
		var i:Null<|>
	}
}

Error: No completion point was found

This happens frequently because the <> are auto-inserted by vshaxe once you select a parametrized type from completion.

If this was a valid completion point, it could even auto-retrigger completion there.

@Gama11 Gama11 added bug feature-ide IDE / Editor support labels Mar 16, 2019
@Gama11
Copy link
Member Author

Gama11 commented Mar 16, 2019

Note: it's not any better with var i:Null<|, so I guess it happens frequently regardless of what vshaxe auto-inserts.

@Simn Simn self-assigned this May 22, 2019
@Simn Simn added this to the Release 4.0 milestone May 22, 2019
@Simn Simn closed this as completed in c406230 May 24, 2019
Gama11 added a commit to vshaxe/haxe-language-server that referenced this issue May 24, 2019
@Gama11
Copy link
Member Author

Gama11 commented May 24, 2019

Feels much nicer now. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feature-ide IDE / Editor support
Projects
None yet
Development

No branches or pull requests

3 participants