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

tuple Intellisense [very trivial] #23388

Closed
vsfeedback opened this issue Nov 27, 2017 · 3 comments
Closed

tuple Intellisense [very trivial] #23388

vsfeedback opened this issue Nov 27, 2017 · 3 comments
Labels
Area-IDE Bug Developer Community The issue was originally reported on https://developercommunity.visualstudio.com
Milestone

Comments

@vsfeedback
Copy link

vsfeedback commented Nov 27, 2017

int x;
int y;
(x, y) = MyTupleFunc();
MyOtherFunc(x, y);

With Intellisense, if you select x or y in either their declaration or the MyOtherFunc() call, then all instances get highlighted including in the tuple -- as desired.

If you select x or y inside the tuple, the other instances don't highlight.

This issue has been moved from https://developercommunity.visualstudio.com/content/problem/155654/tuple-intellisense-very-trivial.html
VSTS ticketId: 529587

These are the original issue comments:
(no comments)
These are the original issue solutions:
(no solutions)

@jinujoseph jinujoseph added this to the Unknown milestone Nov 27, 2017
@jinujoseph jinujoseph added the Developer Community The issue was originally reported on https://developercommunity.visualstudio.com label Nov 27, 2017
@jinujoseph
Copy link
Contributor

cc / @jcouv

@jcouv
Copy link
Member

jcouv commented Nov 27, 2017

Relates to #20115 (we need a dual view of tuples for FindUsages and GoToDefinition).

@CyrusNajmabadi
Copy link
Member

Closing out, everything is highlighted properly:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Bug Developer Community The issue was originally reported on https://developercommunity.visualstudio.com
Projects
None yet
Development

No branches or pull requests

5 participants