question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Project import tree improvements

See original GitHub issue

Following #4805 and #5639 there are some pending items we are considering for the project import tree:

  • Imports tree should support duplicate node names (#5711, PR #5736)

  • Review whether ordering of children in tree reflects ordering of imports, including in the case of updates that change order (#5754, PR #5736, PR #5775)

  • Browse object showing path, label, group label

  • Option to show these at all times

  • Include imported files in “Find in Files”

  • (Maybe) track “Show all files” state via Dataflow

  • Indicate when, in the import ordering, the project (eg csproj) is evaluated (requires change to MSBuild and may not be feasible)

  • Investigate the ‘Search within file contents’ option of Solution Explorer’s search: image

  • Review context menu on the “Imports” node

  • While the import tree is visible, drag/dropping the project’s .csproj.user file into the editor gives:

    ‘ClassLibrary1.csproj.user’ cannot be opened. The file is not supported.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:1
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
drewnoakescommented, Dec 16, 2019
  • Review whether ordering of children in tree reflects ordering of imports, including in the case of updates that change order (#5736)
  • Indicate when, in the import ordering, the project (eg csproj) is evaluated.
  • Investigate the ‘Search within file contents’ option of Solution Explorer’s search: image
0reactions
davkeancommented, Jan 30, 2020

Find in Files:

  • It appears that the new search only searches folders that return GUID_ItemType_PhysicalFolder for VSHPROPID_TypeGuid and does not respect VSHPROPID_IsNonSearchable. The imports node is a virtual folder and is not considered GUID_ItemType_PhysicalFolder, nor do we want to for it to be considered that as that brings other behavior along with it, such as provided a file name from ProjectItem.FileNames.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Reduce JavaScript payloads with tree shaking - web.dev
While improvements are continually being made to improve the efficiency of ... Tree shaking addresses this by taking advantage of how static import...
Read more >
How to import a project tree
I create a project and then use add tree and choose a sub folder name, then Slickedit adds all cpp files from all...
Read more >
The unexpected impact of dynamic imports on tree shaking
Here is a summary of our investigation in the hope that it will help others in their pursuit of improved application performance. As...
Read more >
How to implement Tree Shaking in React
This import will only fetch specific dependency with tree shaking. ... If your project is built with create-react-app, the latest version ...
Read more >
i-Tree Eco Complete Inventories
New inventory features ; Flexible tree data collection options - Tree species and diameter are minimum requirements. ; Inventory import crosswalk - enabling ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found