VS Code Extension to highlight access modifiers(excluding Public) of Ruby 💎 and PHP 🐘 Language.
Highlight the Private and Protected access modifiers to easily find/identify them in the Code.
You can change the Text and Background Colors for both private
and protected
modifiers using following settings:
colorized_access_modifier.privateBackground
: Background Color for Privatecolorized_access_modifier.privateBackgroundRuler
: Background Color for Private in the rulercolorized_access_modifier.protectedBackground
: Background Color for Protectedcolorized_access_modifier.protectedBackgroundRuler
: Background Color for Protected in the rulercolorized_access_modifier.privateText
: Text Color of Privatecolorized_access_modifier.protectedText
: Text Color of Protected
Additionally, you can change the length of the colorization and the font weight
colorized_access_modifier.colorizeFullLine
: True or false to make the full line in the colorcolorized_access_modifier.fontWeight
: Empty string or 'Bold' to change the font weight
None yet, but do let me know if you find any.
Initial release.
Added support to colorize complete scope of each access modifier, on right of ruler lane.
Added support to work with PHP files and added the two new color values for the colors in the ruler.