Emily Grace Seville

Results 204 comments of Emily Grace Seville

`esc`+`tab` produces the following results: ![image](https://user-images.githubusercontent.com/42812113/168213348-4ea7d45f-163c-483d-a679-68f523baea15.png) But completion for command options doesn't work.

Do you know some plugins that do what I want? If there are no such ones can you give me some advice what to pay attention for while creating them?

`dotnet script --info` produced the following result: ``` Version : 0.53.0 Install location : C:\Users\Alvin Seville\.dotnet\tools\.store\dotnet-script\0.53.0\dotnet-script\0.53.0\tools\netcoreapp3.1\any Target framework : netcoreapp3.1 .NET Core version : 3.1.5 Platform identifier : win Runtime...

> ⚠️ omnisharp is installed manually via `M-x package-install`. When I change my `~/.emacs` config to this one: ```lisp (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) (setq packages '(soft-stone-theme...

`/home/emilyseville7cfg/.emacs.d/.cache/omnisharp/server/v1.37.13/run` produces this output: ``` {"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.Stdio.Host","Message":"Starting OmniSharp on ubuntu 22.4 (x64)"},"Seq":1,"Type":"event"} {"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.Services.DotNetCliService","Message":"DotNetPath set to dotnet"},"Seq":2,"Type":"event"} {"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.MSBuild.Discovery.MSBuildLocator","Message":"Located 1 MSBuild instance(s)\n 1: StandAlone 17.0.0 - \"/home/emilyseville7cfg/.emacs.d/.cache/omnisharp/server/v1.37.13/omnisharp/.msbuild/Current/Bin\""},"Seq":3,"Type":"event"} {"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.MSBuild.Discovery.MSBuildLocator","Message":"MSBUILD_EXE_PATH environment variable set to '/home/emilyseville7cfg/.emacs.d/.cache/omnisharp/server/v1.37.13/omnisharp/.msbuild/Current/Bin/MSBuild.exe'"},"Seq":4,"Type":"event"}...

I've created the issue in their repo. ;)

No, I don't see any benefit for my self in eglot. I've used just package.el.

![image](https://user-images.githubusercontent.com/42812113/144527380-441c645d-3ee6-4b95-984b-139144dbfaea.png) > An alternative fix is to revert and have fish fall back to file completions if custom completions fail. Maybe better to fall back only for `__fish_complete_suffix`? Or even...

What about add `-h`/`--hint` option for `complete` to show hint for special option when there are too many values can be suggested?

The documentation confuses me in this case: > fish_color_keyword: keywords like if - this falls back on the command color if unset If I am right, it says Fish will...