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

Add support for IES #776

Open schveiguy opened 6 months ago

schveiguy commented 6 months ago

Interpolation Expression Sequences were added in 2.108.

The documentation is here: https://dlang.org/spec/istring.html

DCD and other tools (D-Scanner, etc) should properly deal with these, and provide completion for while you are inside an interpolated piece of the literal.

WebFreak001 commented 6 months ago

perhaps you can provide input to https://github.com/dlang-community/libdparse/pull/510 to get the PR in quicker