Replies: 2 comments 2 replies
-
|
just curious, why is it recommended to use a function instead of alias? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The fish docs for For I'm currently getting this warning when using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all! 👋
I'm currently working on implementing an updated diagnostic handler here.
I'm wondering if anyone has any ideas for diagnostic messages to support.
Current Ideas
endmissingfor|while|switch|function|if|beginis missing anendtoken'or"is missing from string(needs end character)command/builtinprefix missingcommand/builtinprefix is missing (user will be able to opt into this behavior through env variables)functions/<file>.fishdoes not have completions filefunctions/<file>.fishdoes not have a function matching the filenamefish_lsp_*env variable valuefish_lsp_*variableecho '$some_variable'echo $argv[0]- fish indexing starts at 1if command -q some_cmdorif set -q some_varis missing--universaldefinitions in fish script, use--universalduring interactive use (use '--global' instead)functioninstead ofaliasreturn 0missing from functionsource file.fishfile does not existfunction __private_funcBeta Was this translation helpful? Give feedback.
All reactions