Open
Description
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
Activity