Skip to content

Somehow group the multipart suggestions in Neovim. #515

Open
@voronind-com

Description

Is your feature request related to a problem? Please describe.
Right now multipart suggestions get split over multiple lines like this:
image
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions