fsprojects-archive / zzarchive-VisualFSharpPowerTools

[ARCHIVED] Power commands for F# in Visual Studio
http://fsprojects.github.io/VisualFSharpPowerTools/
Apache License 2.0
310 stars 77 forks source link

[wip] Refactor GoToDefinitionFilter #1404

Closed smoothdeveloper closed 8 years ago

smoothdeveloper commented 8 years ago

getDocumentState/gotoDefinition with more appropriate separation of logic to identify definition type and how to handle it

Tried it on paket solution, go to script, go to symbol in same file and go to symbol in FSharp.Core all worked.

dungpa commented 8 years ago

This is a good idea. I had a few comments above.

(Failing unit test doesn't seem related.)