Re: ViEmu use VisualAssist instead of intellisense for tag jump (Ctrl+])
I just wondered if ViEmu should be able to be configured to use VisualAssist for its tag navigation.
I'm thinking the equivalent of in VisualAssist
alt+g = go to implementation
alt+- = return
being able to be mapped to ViEmu's
ctrl+]
ctrl+t
I also just wondered if ViEmu maintained the stack of locations (per window split) you've tagged to like VIM does with its current intellisense implementation via ctrl+]/t or is it just a direct remapping to the intellisense go to and return from definition.
I'm presuming it should be possible to disable ViEmu's current mappings or just overwrite them with standard Visual Studio shortcuts to call through to VisualAssist's functionality.
Cheers
Jim