You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We removed go to implementation from the context menu: #25913 You still should be able to run the go to implementation command or use the Go menu to run go to implementation
For the code lens, can you check that you have "typescript.implementationsCodeLens.enabled": true and "editor.codeLens": true set
@mjbvz that's too bad I quite liked it on the context menu -- very discoverable, where as having both peek definition and go to definition, feels quite redundant ;)
I definitely did have both of those settings on, but I can no longer reproduce this in the latest nightly.
ok, glad to hear the codelenses are working again. Perhaps just a bad insiders build
Yes, there was some discussion about the context menu change but the main reason we removed it is that compared to go to definition, go to implementation usually only applies to a handful of locations in a file. We may revisit the context menu items in the future though and also are tracking allowing the context menu to be configured with #9285
Steps to Reproduce:
Go to implementation
menu item, and implementation code lens are missingFYI, this all still works fine on
1.12
Here is the output from the
TypeScript
channel:The text was updated successfully, but these errors were encountered: