thennequin / VS-QuickNavigation

Visual Studio plugins for a fast navigation between files and methods.
22 stars 6 forks source link

Fix line break is inserted on enter #4

Closed maevic closed 5 years ago

maevic commented 5 years ago

On the key down event a file was opened and after that the key up event inserted a line break in that file. This pull request fixes that behavior.

thennequin commented 5 years ago

Thanks for this pull request. If you want to try, I have been working on the universal-ctags branch, I use it every day and it's more stable than master and with more features. But with the same bug.

maevic commented 5 years ago

Sure, thanks for the plugin! I will have a look at this branch.