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

Add support for code navigation for generic type aliases #112

Open
varungandhi-src opened this issue Jul 12, 2024 · 1 comment
Open

Add support for code navigation for generic type aliases #112

varungandhi-src opened this issue Jul 12, 2024 · 1 comment

Comments

@varungandhi-src
Copy link
Contributor

From https://tip.golang.org/doc/go1.23

Go 1.23 includes preview support for generic type aliases. Building the toolchain with GOEXPERIMENT=aliastypeparams enables this feature.

We need to make sure we handle code navigation for generic parameters in type aliases correctly.

@varungandhi-src
Copy link
Contributor Author

This is going to be supported in Go 1.24, we need an update for that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant