You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Invite someone to join your session.
Type something to make intellisense list available, and let the one you invited type something.
You will find that the intellisense list is closed.
The text was updated successfully, but these errors were encountered:
@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
changed the title
Interrupt the IntelliSense
[VS] Completion list is closed when another participant types
Jan 27, 2019
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.
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:
The text was updated successfully, but these errors were encountered: