2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-13 04:33:38 +00:00
nushell/tests/fixtures
Marc Schreiber e7bdd08a04
Send LSP Completion Item Kind ()
# Description

This commit fills in the completion item kind into the
`textDocument/completion` response so that LSP client can present more
information to the user.

It is an improvement in the context of 

# User-Facing Changes

Improved information display in editor's intelli-sense menu


![output](https://github.com/nushell/nushell/assets/16558417/991dc0a9-45d1-4718-8f22-29002d687b93)
2024-03-24 20:14:12 -05:00
..
completions Fix completions for directories with hidden files () 2024-02-26 12:14:19 -06:00
cp use uutils/coreutils cp command in place of nushell's cp command () 2023-09-08 13:57:38 -05:00
eval Exit early when encountering parsing errors () 2023-09-05 14:36:37 +02:00
formats allow early return outside of main () 2023-09-28 18:49:42 +02:00
lsp Send LSP Completion Item Kind () 2024-03-24 20:14:12 -05:00
partial_completions Fish-like completions for nested directories () 2023-10-03 06:44:51 +13:00
quoted_completions Fix file completions which contains glob pattern () 2024-02-08 06:42:50 +08:00