Lombiq / Lombiq-Orchard-Visual-Studio-Extension

Visual Studio extension to help our work at Lombiq (https://lombiq.com/), mainly with Orchard Core (and Orchard CMS) development.
13 stars 7 forks source link

Also add usings when injecting a known dependency (VSIX-48) #8

Open Piedone opened 4 years ago

Piedone commented 4 years ago

Originally by @barthamark.

The issue is, what to do when a dependency is available both in Orchard 1.x and Core, like IClock?

Jira issue

barthamark commented 4 years ago

Using something similar what VS does when typing a class name and suggests the available class names from even packages would probably help since it would also add the using as well. Related: https://github.com/Lombiq/Lombiq-Orchard-Visual-Studio-Extension/issues/9#issuecomment-623169024