You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
I have two PHP extensions active Intellisense and Intelephense, so there are two sets of symbol data being created which do not get filtered when showing the code outline:
Would be good if duplicates could be spotted and excluded from the tree?
The text was updated successfully, but these errors were encountered:
I'm not familiar with typescript or vscode api, but if range is what is used to point to the correct file and line when selecting the node, then yes that would seem sensible to identify duplicates.
If you get the nodes from vs code in order, then it may just be a case of compare with previous or it might be a post-process activity once the initial tree is drawn and ordered, to loop through doing the compare with previous and removing/hiding if necessary?
Is there anything in the API that identifies the 'provider' or 'owner' of the symbol entry? If so then only pull in data from a single provider?
I have two PHP extensions active Intellisense and Intelephense, so there are two sets of symbol data being created which do not get filtered when showing the code outline:
Would be good if duplicates could be spotted and excluded from the tree?
The text was updated successfully, but these errors were encountered: