Vasily Kirichenko
Vasily Kirichenko
I don't think `LanguageService` should accumulate more functionality. In fact, I'd like make it lighter. Feature specific code should be spread among other types.
@dungpa I'll try to fix this. However, I'm not sure how hard it will be since the feature implementation is a bit complicated.
Sorry for that :( it should be refactored - more types, shorter functions.
The feature has been ported to VFT repo.
No. It's not a huge bug and it seems to be not as easy to fix, so I'm not going to fix it soon.
The feature has been ported to VFT repo.
Hm. I've never used virtual methods in F# :)
I've investigated the issue and it's turned out it's impossible to determine whether an active pattern is defined on module level or inside a function/method. When user launches Find all...
Yeah, I also thought so, but EnclosingEntity is null :(