Live-share: [VS] Completion list is closed when another participant types

Created on 26 Jul 2018  路  4Comments  路  Source: MicrosoftDocs/live-share

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.
co-edit bug vs

Most helpful comment

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

All 4 comments

@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.

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

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.

Closing as a duplicate of #192.

Was this page helpful?
0 / 5 - 0 ratings