srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

Increase docstring signature font-size and add tooltip styling guide #217

Closed deathaxe closed 7 years ago

deathaxe commented 7 years ago

Tooltips if displayed using mdpopups can be modified using mdpopups.css file using a .jedi selector. This commit adds the description how to do so and where to find further documantation to the README.

The default font size for the code signature in docstring tooltips is increased to make it stand out more clearly.

srusskih commented 7 years ago

@deathaxe thanks!