Skip to content

jump to implicit argument definition #274

Answered by ckipp01
antosha417 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @antosha417, great question. So there is a way to see which are being used. You can see this if you set showImplicitArguments = true. Then when you do a hover, it will be in the With synthetics added section. Here is a simple example:

While this does show you where your implicit is coming from, it doesn't really allow you to jump to it. The easiest thing to do would probably be the "goto workspace symbol", and then you can just type the symbol in, and you should be able to jump to it that way.

There are actually two settings that might interest you related to implicits:

nvim-metals/doc/metals.txt

Lines 313 to 324 in 152af73

showImplicitArguments *showImplicitArguments*

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@antosha417
Comment options

Answer selected by antosha417
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants