Results 193 comments of Vasily Kirichenko

yes, I thought about hiding the builder, but I cannot see how to obtain one inside the CE since it does not have public ctor and the only way to...

I agree. Since it can do rename in scope of a single file only, it seems to be perfectly reasonable to use multiple-selection for this.

I think it's easy to implement because FCS seems to return all symbol uses and `FSharpSymbolUse.IsFromDeclaration` is properly set to `true` for declaration in both fsi and fs files: ![image](https://cloud.githubusercontent.com/assets/873919/13965849/0d9aa450-f081-11e5-8bd3-4052b2d20646.png)

You are right :) OK, what about this: - If we are in an FSI file, we always jump to FSI file (if available) - If we are in an...

I think "F12 for everything" approach is more straightforward and easier to use.

OK, I found a bug in FCS, so cannot proceed with the feature until it's fixed.

@dungpa I've made similar changes here https://github.com/fsprojects/VisualFSharpPowerTools/pull/1352 :)

I'd like to rename it to `ISolution`/`Solution`.

Solution concept for us is just "set of projects", nothing more. I don't think it should do anything beyond simple operations like "opened", "closed", "project loaded", "project updated", etc.

I think we should document the whole flow(s) first.