SLaks/Ref12

Ref12 should implement a command rather than steal Edit.GotoDefinition

Closed this issue · 0 comments

Apparently Ref12 steals Edit.GotoDefinition, so that even if I wanted I can't get back the behavior of going to .NET Framework metadata-built class skeletons. I'd like to see Ref12 implement a bindable command instead so that I could bind the original (built-in) definition of Edit.GotoDefinition and Ref12 to different keys and use them as I wish.