ide-typescript icon indicating copy to clipboard operation
ide-typescript copied to clipboard

Duplicates in outline

Open amanxng opened this issue 5 years ago • 2 comments

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.

amanxng avatar Aug 11 '18 05:08 amanxng

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?

damieng avatar Nov 29 '18 20:11 damieng

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 <[email protected] 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 .

amanxng avatar Nov 30 '18 01:11 amanxng