Closed medoni closed 4 years ago
It's an interesting proposal, but unfortunately not something that I can do in Viasfora, since it only relies on lexical analysis and not full syntax parsing.
It would likely be doable on a plugin based around Roslyn, though.
Implemented in PR #287
It would be really nice if overloading methods could be grayed out. For example, you have a bunch of
Foo
methods which doing only some parameter transformation.Current:
Expected:
Your focus gets automatically to
FooCore