mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
* **max_signature_helper_width**: The maximum width in stylesheet length of the signature helper (default value: "90%"). * **max_suggestion_documentation_width**: The maximum width in stylesheet length of the currently selected suggestion item documentation (default value: "100%"). * **signature_help_multi_line**: Enables the signature help to be rendered in multiple lines if needed (wraps text), otherwise it will render in a single line and ensure the current parameter is visible. * **suggestion_documentation**: Enables the suggestion item documentation. (SpartanJ/ecode#874).