Currently while using better-strings I can see the support is missing for at least two reasons:
- more obvious: no highlighting of interpolated strings
- less obvious: private methods/local vars etc. are incorrectly marked as unused if they're only ever used from within interpolated strings
Currently while using better-strings I can see the support is missing for at least two reasons: