scala-debug-adapter icon indicating copy to clipboard operation
scala-debug-adapter copied to clipboard

Go to definition of a function

Open adpi2 opened this issue 2 years ago • 0 comments

When we inspect a variable which is a function, make it possible to go to its definition:

As a draft, we could do something like this

x: String => String
  source: foo/src/main/scala/Foo.scala:23:45

adpi2 avatar Apr 04 '23 14:04 adpi2