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

Go to definition para los imports generics #133

Open
ivojawer opened this issue Jan 23, 2024 · 0 comments
Open

Go to definition para los imports generics #133

ivojawer opened this issue Jan 23, 2024 · 0 comments
Labels
bug Something isn't working component: navegacion Herramientas para navegar en el codigo good first issue Good for newcomers severity: 1 - minor Low priority issue

Comments

@ivojawer
Copy link
Contributor

Con unos archivos del estilo:

// definiciones.wlk

object pepita {

}

object manolo {

}
// pruebas.wtest

import definiciones.*

Al hacer "go to definition" en el import de definiciones no sabe resolver porque es un package (que no tienen source map), hay que hacer un caso especial para los packages que navegue a la primer linea del archivo

@ivojawer ivojawer added bug Something isn't working severity: 1 - minor Low priority issue component: navegacion Herramientas para navegar en el codigo labels Jan 23, 2024
@PalumboN PalumboN added the good first issue Good for newcomers label Jan 24, 2024
@PalumboN PalumboN changed the title Go to definition para los imports Go to definition para los imports generics Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component: navegacion Herramientas para navegar en el codigo good first issue Good for newcomers severity: 1 - minor Low priority issue
Projects
None yet
Development

No branches or pull requests

2 participants