Files
nushell/tests/fixtures/lsp/completion/cell_path.nu
zc he 7555743ccc fix(lsp): completion of commands defined after the cursor (#15188)
# Description

Completion feature in LSP can't deal with commands defined after the
cursor before this PR.
This PR adds an alternative completion route where text is not truncated
and no extra `a` appended.

This will also ease future implementation of [signature
help](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_signatureHelp).

# User-Facing Changes

# Tests + Formatting

+6

# After Submitting
2025-03-01 06:21:53 -06:00

3 lines
68 B
Plaintext

const foo = {"1": "bar" "🤔🐘": [{"baz": 1}]}
$foo.🤔🐘.0.b