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

Restore navigation bar to VFSPT #1380

Closed jackfoxy closed 8 years ago

jackfoxy commented 8 years ago

Description

https://github.com/fsprojects/VisualFSharpPowerTools/pull/1364 removed the navigation bar. This was a useful feature, and in the comment https://github.com/fsprojects/VisualFSharpPowerTools/pull/1364#issuecomment-214422511 @dsyme suggests a way forward.

Repro steps

Feature removed in v2.4.1

Expected behavior

Old navigation bar experience.

Actual behavior

Feature removed in v2.4.1

Known workarounds

none

Related information

v2.4.1

vasily-kirichenko commented 8 years ago

We are not planning to restore the old setting neither porting the navigation bar code from VFT. I suggest to enable it by changing devenv.exe.config by hand, the instructions are available here http://tomasp.net/blog/regions-navigation.aspx/

dsyme commented 8 years ago

Hi @vasily-kirichenko

We are not planning to restore the old setting neither porting the navigation bar code from VFT

Just to check - would you accept a PR to add this feature?

Thanks! Don

vasily-kirichenko commented 8 years ago

Of course we would accept a PR :)

dsyme commented 8 years ago

:) thanks