atom / ide-typescript

TypeScript and Javascript language support for Atom-IDE
MIT License
369 stars 63 forks source link

Duplicates in outline #120

Open amanxng opened 6 years ago

amanxng commented 6 years ago

It looks like there are cases where outline view displays duplicate functions and their local variables.

Please look at the attached screenshot. atomjs-outlineissue

The following display is very confusing and according to me unusable:

protoMeth1
    Example.prototype.protoMeth1
        local1
        local1
Example.prototype.protoMeth1

It would have been enough to only display:

Example.prototype.protoMeth1
    local1

Kindly let me know your thoughts.

damieng commented 5 years ago

Can you see if this still happens with 0.8.0? If it does can you please paste the block of code that repos it here so we can dig in?

amanxng commented 5 years ago

Damien,

For now I have moved to VSCode but will try and check this out soon.

Regards, Aman

On Fri, 30 Nov 2018, 2:28 am Damien Guard <notifications@github.com wrote:

Can you see if this still happens with 0.8.0? If it does can you please paste the block of code that repos it here so we can dig in?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/atom/ide-typescript/issues/120#issuecomment-442990671, or mute the thread https://github.com/notifications/unsubscribe-auth/AOgPcFEN_Pe6Ge540XEHTT9NGjVRC-zFks5u0EpogaJpZM4V5C5W .