issues
search
dlang-community
/
DCD
The D Completion Daemon is an auto-complete program for the D programming language
GNU General Public License v3.0
349
stars
71
forks
source link
Support `imported!"module".T`
#702
Open
WebFreak001
opened
1 year ago
WebFreak001
commented
1 year ago
[ ] support "templated imports" (
template t() { import t = foo; }
)
[ ] add special case for
imported!"str"
because it's defined in object.d and would cause extra semantic passes that we can avoid by hardcoding its functionality
template t() { import t = foo; }
)imported!"str"
because it's defined in object.d and would cause extra semantic passes that we can avoid by hardcoding its functionality