Pull request superpowers
goto.dev brings essential IDE features to your browser: documentation on hover, go to definition, and more. Works on all commits on all public Java GitHub repos. No config needed.
We're sad to see you go 😢
Please let us know why in the contact form below.
Context at your fingertips
We bring context to busy developers when and where they need it, no more context switching.
Hover & click on symbols
private
VetRepository
vets
;
void
setup
(
)
{
Vet
helen
=
new
Vet
(
)
;
helen
.
(
"Leary"
)
;
(
this
.
vets
.
findAll
(
)
)
.
thenReturn
(
Lists
.
(
helen
)
)
;
}
Live demoPick any public Java repository on GitHub and see how we do.