When implementing a nilable accessor method ([]?), the trailing ? does not get highlighted along with the brackets. However, when appending a ? to normal query methods, the ?is highlighted with the name:
For consistency, it'd be nice to have the full []? be highlighted together :)
When implementing a nilable accessor method (
[]?
), the trailing?
does not get highlighted along with the brackets. However, when appending a?
to normal query methods, the?
is highlighted with the name:For consistency, it'd be nice to have the full
[]?
be highlighted together :)