vscode-nushell-lang icon indicating copy to clipboard operation
vscode-nushell-lang copied to clipboard

A Nushell grammar for Visual Studio Code with IDE support

Results 25 vscode-nushell-lang issues
Sort by recently updated
recently updated
newest added

In my opinion it's easier to read and check for latest changes if the changelog is it in reverse order, with the most recent changes at the top. Let me...

It would be amazing if the extension could also be a formatter for nu files. Is it something planned ? If it is already the case I couldn't find any...

![image](https://user-images.githubusercontent.com/42812113/236047704-f03ac5e6-a7b1-4456-ab13-b1aeac0a7cd3.png) It's impossible to read such hints like this. I suggest to add two extension settings: - To limit nest level for such hints. To show something like `record` when...

- Type `into` - Press Ctrl+Space - Chose `into int` (or any other subcommand) - Get `into into int`, instead of `into int` What can be done: - `` should...

bug

![image](https://user-images.githubusercontent.com/42812113/235446453-723da2c2-a071-4d0e-a284-6e67e09440de.png) No `$it` suggested

enhancement

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?...

Please add the ability to debug Nushell scripts within VSCode. Would help when making large scripts to have a step debugger and be able to see the call stack, variable...

I use this code: ```nu const foo = $"(whoami)" ``` The LSP tries to show me the issue, but it seems VSCode renders it poorly: ![image](https://github.com/nushell/vscode-nushell-lang/assets/31616285/86ed557a-bd85-496b-a74e-700857134a5c)

Hi, first, thank your for this great extension 👍 💯 The syntax highlighting grammar in Nushell scripts (.nu files), but it's not working when you have a preview in VS...

Hello, I'm not sure which extension is at fault exactly here, however, so far I can only reproduce this with the vscode-nushell-lang extension and it's included Nushell profile, no other....