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

Plain Text Completion conflicting with Resharper #51

Closed
devmondo opened this issue Apr 28, 2014 · 8 comments
Closed

Plain Text Completion conflicting with Resharper #51

devmondo opened this issue Apr 28, 2014 · 8 comments
Assignees
Labels
Milestone

Comments

@devmondo
Copy link

Hi,
this extension is one of the best i have ever use, thank you very much for it :)

however i am facing an annoying problem with the Plain Text Completion, it conflicts with resharper, to be ore specific it shows the completion menu on top of Resharper's menu, and also it lists many unnecessary completion items that are not related to the code i am working on.

first i thought it is VS2013 latest update that is causing that, but then i disabled intellisense in VS options for all languages and still the problem existed, so when i disabled Plain Text Completion, the problem stopped showing.

thanks in advance.

@tomasr tomasr self-assigned this Apr 29, 2014
@tomasr tomasr added the bug label Apr 29, 2014
@tomasr
Copy link
Owner

tomasr commented Apr 29, 2014

tomasr added a commit that referenced this issue Apr 29, 2014
@devmondo
Copy link
Author

thanks for fast reply,
is there a way not to disable totally even with resharper is on? reason is, resharper does not cover everything, and your has great completion situations like inside string, and maybe in future can be extended to CSS, HTML.

@tomasr
Copy link
Owner

tomasr commented Apr 29, 2014

Unfortunately, I do not believe there is a way for me to check if ReSharper is triggering completion (like I do with the default one for the most part), so disabling it might be the only choice.

As an alternative, I think I could potentially create a new command on the IDE with a new key combination that could be used to trigger completion manually (rather than triggering it on keypress)... that might be an option, but would need to look into it.

@devmondo
Copy link
Author

thanks again for reply,
a configurable key command sound perfect.

@tomasr
Copy link
Owner

tomasr commented Apr 30, 2014

Implemented this; initially the new command keybinding is Ctrl+E,T and also exposed as a menu option. Would you be able to test it on a private build?

@devmondo
Copy link
Author

sure man, where can i download the private build?

@tomasr
Copy link
Owner

tomasr commented Apr 30, 2014

You can get it from http://winterdom.com/files/Winterdom.Viasfora.vsix
I haven't changed the version number yet, so you'll need to first uninstall the previous version. Thanks!

@devmondo
Copy link
Author

devmondo commented May 1, 2014

perfect, i got it and it is working, thanks a lot man :)

@tomasr tomasr added this to the Version 1.8.1 milestone May 4, 2014
@tomasr tomasr closed this as completed May 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants