Access

Results 284 comments of Access

```lua local result, err = client.request_sync("o#/metadata", params, 10000) ``` in omnisharp , it get the decompile from o#/metadata, but how can I get the result in csharp_ls

> the handler for this on csharp-ls is `"csharp/metadata"`: > > * https://github.com/razzmatazz/csharp-language-server/blob/master/src/CSharpLanguageServer/Server.fs#L1206 > > > you need to send this: > > * https://github.com/razzmatazz/csharp-language-server/blob/master/src/CSharpLanguageServer/Server.fs#L72 > > > and the...

> emacs trace for go-to-def to `string`: > > > > > resolving definition: > > > > > then it sees that the url is `csharp:/` and retrieves metadata:...

> btw, could you add PR with FAQ entry to README.md on this project on how to make it work? Ok , I see. btw, you means your project, the...

Vscode has an API for it now. That pr has been merged.https://github.com/microsoft/language-server-protocol/issues/956

项目中 modified: daboutdialog.cpp modified: dapplication.cpp modified: dbuttonbox.cpp modified: dfloatingbutton.cpp modified: dfloatingmessage.cpp modified: dmessagemanager.cpp modified: dstyle.cpp modified: dstyleditemdelegate.cpp 包含v23的改动,编译不通过,所以我暂时改回没有使用23函数的版本,不然我不知道是否可以编译成功