atom/ide-typescript

Duplicates in outline

Opened this issue · 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.

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?