We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Describe the issue if I write print("that ${this}"); lint doesn't tell me that Avoid using braces in interpolation when not needed in vs code
print("that ${this}");
To Reproduce print("that ${this}");
Expected behavior lint suggest to use this print("that $this");
print("that $this");
Additional context