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

Resolve template arguments #709

Closed ryuukk closed 1 year ago

ryuukk commented 1 year ago

Right now it only supports types with 1 template argument, adding support for more should be relatively easy, but let's start simple first

Code_MLnHqQ7kEs

image

ryuukk commented 1 year ago

image