We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using 'Go to definition' functionality in the following places
import java.math.{BigDecimal => JBigDecimal} new JBigDec<<>>imal("0") BigDeci<<>>mal("0")
leads to the definition of types java.math.BigDecimal scala.BigDecimal correspondingly
Either jump to the specific constructor (or apply method) right away or include it in the jump list suggestions on par with the type definition
apply
macOS
Nvim (nvim-metals)
v0.11.11
definition constructor apply
The text was updated successfully, but these errors were encountered:
Thanks for reporting! I will this to the feature requests repo as the current behaviour is expected.
Sorry, something went wrong.
tgodzik
No branches or pull requests
Describe the bug
Using 'Go to definition' functionality in the following places
leads to the definition of types java.math.BigDecimal scala.BigDecimal correspondingly
Expected behavior
Either jump to the specific constructor (or
apply
method) right away or include it in the jump list suggestions on par with the type definitionOperating system
macOS
Editor/Extension
Nvim (nvim-metals)
Version of Metals
v0.11.11
Extra context or search terms
definition constructor apply
The text was updated successfully, but these errors were encountered: