d8vjork $myVariable = 'hello world'; "This is my $myVariable"; // this shows variable autocompletion! "This is my ${myVariable}"; // but this doesn't :(
d8vjork weissersand Deprecation will get effect on PHP 8.2, I think this should still maintain retrocompatibility with PHP 7.x codebases
JakubMisek Even though it will get deprecated, we should show code completion here, and eventual tooltips. Thank you for the issue, and the comments.