Skip to content

Conversation

@jramsay
Copy link
Member

@jramsay jramsay commented Sep 27, 2016

Issue: Commit on enter isn't working correctly for JS completions in VS

Fix: revert the change to always return true for isNewIdentifierLocation for JavaScript files.
With recent Roslyn completion list changes and the new VS default statement completion settings to "Only use Tab or Enter to commit" this change is no longer required. There is no longer a completion on space issue for JavaScript in VS and the previous fix is stopping completion on enter from working correctly.

Fix: revert the change to always return true for isNewIdentifierLocation for JavaScript files.
With recent Roslyn completion list changes and the new VS default statement completion settings to "Only use Tab or Enter to commit" this change is no longer required.
There is no longer a completion on space issue for JavaScript in VS and the previous fix is stopping completion on enter from working correctly.
@jramsay
Copy link
Member Author

jramsay commented Sep 27, 2016

// cc: @mhegazy, @vladima , @billti , @anubmat

Copy link
Contributor

@mhegazy mhegazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jramsay jramsay merged commit 149dcf1 into master Sep 29, 2016
@mhegazy mhegazy deleted the JSCompletionCommitOnEnterFix branch November 2, 2017 21:05
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants