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

IntelliSense Conflict #6

Open
TimChen44 opened this issue Aug 18, 2015 · 8 comments
Open

IntelliSense Conflict #6

TimChen44 opened this issue Aug 18, 2015 · 8 comments

Comments

@TimChen44
Copy link

I use the Chinese system, "Ctrl-space" is the input method Toggle shortcut key, shortcut key conflicts with IntelliSense .

Can I customize a shortcut?

@jbevain
Copy link
Owner

jbevain commented Aug 24, 2015

@TimChen44 I don't know, we're responding to the Visual Studio event that asks for Intellisense, we're not listening to CTRL+SPACE in particular:

handled = StartSession();

@awaescher
Copy link

I have the same problem: http://stackoverflow.com/questions/32439210/ctrlspace-edit-completeword-not-working-with-visual-studio-2015/32559534#32559534
You might not be listening to CTRL+SPACE but Intellisense.CompleteWord, which is just this feature.

@jbevain
Copy link
Owner

jbevain commented Sep 14, 2015

Hey @BertTank,

Thanks, pretty cool that the stack overflow question is actually a great repro for this bug :)

I'll investigate!

@ljeancler
Copy link

Nice extension but breaks IntelliSense in quickwatch window

No Ctrl+Space, no auto dot completion, even ENTER key not working for validating input of a variable name (stay in edit mode)

@hmemcpy
Copy link

hmemcpy commented Oct 27, 2015

Maybe this relates somehow to my PR here: #10
EmojiVS triggers inside interactive (and I assume other windows) because it listens to Interactive role. Changed it to Document to prevent it from triggering in interactive/FSI (otherwise, an ArgumentOutOfRangeException occurs). Maybe it will solve watch as well.

@ljeancler
Copy link

It also breaks the "nuget package manager console" Intellisense (TAB expension) with an ArgumentOutOfRangeException parameter name "index"

PM> Install-Package EntityFramework -version [TAB KEY PRESS] --> BOOM

@danieljbarber
Copy link

I have the same issue, running VS 2013, this breaks regular IntelliSense when typing. For example, in C++, after any colon (even double) the EmojiVS IntelliSense drop down pops up instead of the VS one for code completion. I've had to disable this extension for now until fixed.

@Yortw
Copy link

Yortw commented Nov 7, 2015

I'm finding this highly irritating in xaml documents, especially when typing namespaces, i.e core:InvokeCommandAction. The intellisense window that pops up has the emoji tab first and not the normal list of objects I might want. Can this be reversed, or turned off entirely, in xaml docs? I'm more liklely to want the other list.

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

7 participants