Skip to content

Fix for #5058 - Exclude implemented interface functions from autocompletion suggestions.#5979

Merged
DanielRosenwasser merged 2 commits into
microsoft:masterfrom
DanCorder:5058
Dec 7, 2015
Merged

Fix for #5058 - Exclude implemented interface functions from autocompletion suggestions.#5979
DanielRosenwasser merged 2 commits into
microsoft:masterfrom
DanCorder:5058

Conversation

@DanCorder
Copy link
Copy Markdown
Contributor

This fixes the issue and doesn't break any other tests, however I don't understand the comment on line 3751. Hopefully I haven't missed anything.


Edit by @DanielRosenwasser: Fixes #5058

@msftclas
Copy link
Copy Markdown

msftclas commented Dec 7, 2015

Hi @DanCorder, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by Microsoft and real humans are currently evaluating your PR.

TTYL, MSBOT;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can you get rid of I2 and just use I1 to keep the test minimal?

@DanielRosenwasser
Copy link
Copy Markdown
Member

Thanks for the PR @DanCorder. I left some feedback but all else looks great.

As another heads up, GitHub doesn't link the issues unless the issue number is referenced in the PR body. I've gone ahead and added that for you.

@DanCorder
Copy link
Copy Markdown
Contributor Author

Thanks for the heads up, I've updated the test.

DanielRosenwasser added a commit that referenced this pull request Dec 7, 2015
Fix for #5058 - Exclude implemented interface functions from autocompletion suggestions.
@DanielRosenwasser DanielRosenwasser merged commit b4f4dad into microsoft:master Dec 7, 2015
@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.

Method syntax not accounted for in object literal completion filtering

3 participants