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
Is your feature request related to a problem? Please describe.
Right now multipart suggestions get split over multiple lines like this:
Here you can see the lines no. 3, 19 and 25 are all related to the same suggestion about escaping with keyword. However, in a situation where I'd get other suggestions in between them, it'd get really confusing.
Describe the solution you'd like
Simplest solution would be to prefix them like this:
Issue A-3: variable will bind to this definition.
Issue A-2: escaping this with expression.
Issue A-1: this variable will escape nested with, binding to static name.
Where A means the prefixed issue in this file (A, B, C etc) and number means the order to read? Or without the order.
Additional context
Neovim 0.10.0
The text was updated successfully, but these errors were encountered:
voronind-com
changed the title
Somehow go
[edit in progress, sorry] Somehow group the multipart suggestions in Neovim.
May 30, 2024
voronind-com
changed the title
[edit in progress, sorry] Somehow group the multipart suggestions in Neovim.
Somehow group the multipart suggestions in Neovim.
May 30, 2024
Is your feature request related to a problem? Please describe.
Right now multipart suggestions get split over multiple lines like this:
Here you can see the lines no. 3, 19 and 25 are all related to the same suggestion about escaping
with
keyword. However, in a situation where I'd get other suggestions in between them, it'd get really confusing.Describe the solution you'd like
Simplest solution would be to prefix them like this:
Where A means the prefixed issue in this file (A, B, C etc) and number means the order to read? Or without the order.
Additional context
Neovim 0.10.0
The text was updated successfully, but these errors were encountered: