The Wayback Machine - https://web.archive.org/web/20201008015139/https://github.com/microsoft/TypeScript/issues/39618
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

Smart select does not select TypeScript object type #39618

Open
OliverJAsh opened this issue Jul 15, 2020 · 6 comments
Open

Smart select does not select TypeScript object type #39618

OliverJAsh opened this issue Jul 15, 2020 · 6 comments

Comments

@OliverJAsh
Copy link

@OliverJAsh OliverJAsh commented Jul 15, 2020

  • VSCode Version: latest
  • OS Version: macOS latest

Steps to Reproduce:

  1. Paste this into a TypeScript file
    type Foo = {
      /** comment */
      status: number;
    };
  2. Place cursor just before status
  3. Run command "expand selection" 4 times

Expected: only the object should be selected:

image

Actual: the whole type is selected:

image

gif

Does this issue occur when all extensions are disabled?: Yes

@McZenith
Copy link

@McZenith McZenith commented Jul 16, 2020

Hello! I'm kinda new... Can I grab this?

@heanzyzabala
Copy link

@heanzyzabala heanzyzabala commented Jul 24, 2020

Hi, @McZenith are you currently working on this?

@McZenith
Copy link

@McZenith McZenith commented Jul 24, 2020

I was just asking if I can...

@ShahzaibP
Copy link

@ShahzaibP ShahzaibP commented Jul 27, 2020

Hello, looking for my first contribution. Can anyone confirm if this is assigned to someone? If not, I would like to pitch in. Thanks.

@saigeethakandepallicherukuru
Copy link
Contributor

@saigeethakandepallicherukuru saigeethakandepallicherukuru commented Oct 1, 2020

Hello, This my first time attending vGHC and I am looking for my first open source contribution. Can anyone let me know if I can work on this issue? Thanks!

@RyanCavanaugh
Copy link
Member

@RyanCavanaugh RyanCavanaugh commented Oct 1, 2020

@saigeethakandepallicherukuru please go ahead!

Everyone else: Sorry to have not responded before, but No Assignee (up at the top on the right) means no TS team member is working on the bug and it's up for grabs. Unless there's already an open PR, it's a pretty safe bet that no one else is working on any particular bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
9 participants
You can’t perform that action at this time.