Skip to content

Ark: Completion engine should know more about ? #1818

@DavisVaughan

Description

@DavisVaughan
Screenshot 2023-11-14 at 10 16 18 AM Screenshot 2023-11-14 at 10 16 39 AM

It's probably time to introduce a CompletionOption struct to contain something like in_help: bool and promise_strategy: Option<PromiseStrategy> which gets fed through all of the completion functions as an immutable reference. If a particular completion source needs to tweak the option struct, it would clone it first, tweak it, and then pass it down to the completion item helpers.

Metadata

Metadata

Assignees

Labels

area: completionsIssues related to Completionsarea: kernelsIssues related to Jupyter kernels and LSP serverslang: r

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions