Open schveiguy opened 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.
perhaps you can provide input to https://github.com/dlang-community/libdparse/pull/510 to get the PR in quicker
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.