Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation with Ctrl+N, etc does not work after install #11

Open
rsinnet opened this issue Jul 12, 2016 · 5 comments
Open

Navigation with Ctrl+N, etc does not work after install #11

rsinnet opened this issue Jul 12, 2016 · 5 comments

Comments

@rsinnet
Copy link

rsinnet commented Jul 12, 2016

I've installed this extension on many VMs. A few times it worked properly. but most of the times the navigation key combinations didn't work at all. I eventually found that launching Visual Studio with the debugger attached with the extension in Experimental mode fixes the issue every time (I've done this ten times or more). After doing this, Visual Studio can be run normally with no issues.

@tarukosu
Copy link

Thanks rsinnet, your solution works for me.

@justcla
Copy link

justcla commented Dec 3, 2017

I think this is because the package is not loading. I found the package won't load until a command is called. I opened a Command window (Ctrl+Alt+A) and executed "Edit.EmacsDeleteToEOL". It worked.
Then, when I went into the editor, all the Emacs shortcuts were working.

I'll see if I can find a fix for the package load issue.

@rsinnet
Copy link
Author

rsinnet commented Dec 3, 2017

Wow this thread back from the dead.

@justcla
Copy link

justcla commented Dec 3, 2017

Users have been making noise on the Marketplace page. Now that we've found this code has been open-sourced, anyone can build it and release it to the Marketplace. I am considering doing just that.

This fork looks the best.
https://github.com/lpubsppop01/EmacsKeys
He's taken the latest build from here, added VS2012-VS2017 support, turned all the references into NuGet references, added auto-version update, added AppVeyor and tried to fix a new bug. :-)

@justcla
Copy link

justcla commented Dec 3, 2017

The package load thing is annoying. Like I said, I'll see what I can do about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants