nushell / vscode-nushell-lang

A Nushell grammar for Visual Studio Code with IDE support
https://www.nushell.sh/
MIT License
122 stars 27 forks source link

Nushell / VSCode IDE Integration LSP Bughunt & Features #91

Open fdncred opened 1 year ago

fdncred commented 1 year ago

This is a list to document bugs found in the LSP or IDE functionality from nushell. Also to list existing functionality and missing features we want to add.

Bugs?

Inlays

Hover

Goto Definition

Completions

Errors & Warnings

Validation / Check

Configuration

Potential Features to Add

Existing Functionality

Cleanup

Pre-Publish

sophiajt commented 1 year ago

I'd also like to fix variable completions when inside of a block that introduces a new variable. Currently I think we only see top-level variables.