I was used to editing Python with Netbeans, because it was the only editor I knew that could edit Python and even added a little support.
Some time ago, I found that Sublime Text 2 suits my needs better, so I made the step.
However, there is one thing in Netbeans that is really handy, which is the highlighting of the arguments of the method.
If I have a method:
send_message(self, playerId, text, channel, flags=None)
how to change the theme of Sublime Text 2 so, that self
, playerId
, text
, channel
and flags
are highlighted as well?
You can find a link to a visual theme editor here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With