You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some functions have a function signature which breaks the display:
I assume that due to the multiline structure of the original signature (as seen in the source), which the lsp reports as such but the renderer is only built for single line. I suggest for the renderer to try to compress the signature into a single line as to not cover the code currently being written.
The text was updated successfully, but these errors were encountered:
…into a single line (SpartanJ/ecode#388).
Fix next signature help position.
Fix signature help and suggestions styles for light color schemes, and some minor improvements for other schemes.
Allow to set extra trigger characters for signature help in LSP configurations (fix zig zls not updating signature position after a "," input).
Plus some other minor fixes.
Some functions have a function signature which breaks the display:
![Image](https://private-user-images.githubusercontent.com/155390357/408872535-06e8b991-0131-42f6-85d9-b3f3142c4906.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTU2MzUsIm5iZiI6MTczOTE5NTMzNSwicGF0aCI6Ii8xNTUzOTAzNTcvNDA4ODcyNTM1LTA2ZThiOTkxLTAxMzEtNDJmNi04NWQ5LWIzZjMxNDJjNDkwNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxMzQ4NTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mMTUzMzIwMDk2NTI3YjY3NWY1ZDAxNDg1ZGQwNDUyM2EwNDJiMGI3M2U3YTgwMzI1Y2JkNDJlMWY2ZmU4OTgxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.iqN3_syZNB-otrPeSuC-jB06CqROj0XYgQFHZC2x_WY)
I assume that due to the multiline structure of the original signature (as seen in the source), which the lsp reports as such but the renderer is only built for single line. I suggest for the renderer to try to compress the signature into a single line as to not cover the code currently being written.
The text was updated successfully, but these errors were encountered: