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

[VS] Completion list is closed when another participant types #730

Closed
hez2010 opened this issue Jul 26, 2018 · 4 comments
Closed

[VS] Completion list is closed when another participant types #730

hez2010 opened this issue Jul 26, 2018 · 4 comments

Comments

@hez2010
Copy link

hez2010 commented Jul 26, 2018

Product and Version [VS/VSCode]: VS 15.7.5
OS Version [macOS/Windows]: Windows 10.0.17134.191
Live Share Extension Version: 0.3.472.26271
Target Platform or Language [e.g. Node.js]: F#

Steps to Reproduce / Scenario:

  1. Invite someone to join your session.
  2. Type something to make intellisense list available, and let the one you invited type something.
  3. You will find that the intellisense list is closed.
@srivatsn
Copy link

@hez2010 Thanks for reporting this issue. This is an interesting artifact of the way co-editing works. Normally, if one pastes in some text to the editor, that dismisses the completion list. The remote edit that is applied to the buffer is treated that way currently and that causes the completion list to disappear. We will look into what we can do to fix this.

@lostintangent lostintangent changed the title Interrupt the IntelliSense [VS] Completion list is closed when another participant types Jan 27, 2019
@Al12rs
Copy link

Al12rs commented Jan 28, 2019

We are also experiencing this issue and it makes working on the same file incredibly frustrating sadly.

@coultonluke
Copy link

Same here, this is incredibly frustrating. If you can't work on the same file then it kinda makes the live share plugin pointless for collaboration in my view.

@lostintangent
Copy link
Member

Closing as a duplicate of #192.

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

No branches or pull requests

6 participants