Darren Schroeder

Results 2077 comments of Darren Schroeder

This sounds like a bug or just an unimplemented feature and would probably need to be a changed in the nushell rust code in ide.rs.

This may require changes to nushell's completion call. Or maybe some fancy typescript to append to what nushell returns.

Thinking more about this, our completions in the extension work the same way the completions work in nushell (i think). What that means is that if you can't get the...

Should be easy to fix. This is the file https://github.com/nushell/nushell.github.io/blob/main/book/modules.md#environment-variables that would need to be updated.

We just pluged in Algolia. I'm not sure we have control of the UI like this. Feel free to research and get back with us.

I put this `alias ll = ls -l` at the top of my config and restarted nushell and `ll` works without issue. `$nu.scope.aliases` and `help aliases` both list the alias.

It says, add them to the config file. What are you thinking about changing?

I've said for a long time that the default_config.nu should have a bunch of comments to explain the syntax. So, I'd support such a change.

Agreed. If there aren't examples in the commands, I usually can't figure it out myself and have to ask around in our #dataframes discord channel.

> it literally does not meet the definition of a "variable" agreed. some variables are not variable. back in nushell history, they were all immutable. today, some can be mutated...