Skip to content

comments #3

Description

@joaotavora

(dolist (row (ignore-errors (eglot-code-actions (point))))

For true async actions, you should probably use jsonrpc-async-request directly. You can get the server, if it exists with eglot-current-server.

(when (bound-and-true-p eglot--managed-mode) ; check connection

Likewise here, you should use eglot-current-server, not -- symbols

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions