You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some placeholder may be deliberately unused, so they can be inspected using code lenses. However, we have no way of knowing that, so there's always a warning that the placeholder is unused.
Desired solution
Disable the warning for placeholders whose name starts with an underscore
Adjust the name convention check accordingly
Adjust the documentation about assignments accordingly
Add an extra name convention check that names of used placeholders should not start with an underscore.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered:
…h an underscore (#1155)
Closes#1154
### Summary of Changes
Don't show a warning anymore that a placeholder is unused, if its name
starts with an underscore.
Is your feature request related to a problem?
Some placeholder may be deliberately unused, so they can be inspected using code lenses. However, we have no way of knowing that, so there's always a warning that the placeholder is unused.
Desired solution
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: