Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow jedi_hover and jedi_signature_help plugins to hide docstrings. #589

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Aug 12, 2024

  1. Allow jedi_hover and jedi_signature_help plugins to hide docstrings.

    Both the plugins include a signature's docstring by the default in the
    content they generate. Which is cool, as long as the docstring's author
    doesn't moonlight as a novelist. Otherwise, the content rendered in the
    popup will cover the entire screen. It's annoying to say the least.
    
    This changeset allows a user to hide the docstrings by adding config
    flags. They default to `true` so people aren't surprised by the change.
    I've been running this version in ST4 with no issues for a while, so I'm
    submitting it as a PR.
    tomekwojcik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0ee482b View commit details
    Browse the repository at this point in the history