Sarper Soher

Results 27 comments of Sarper Soher

I can confirm that replacing the packaged omnisharp version with the latest release 1.39.2 does provide highlighting.

> Is your folder called “$metadata$“ ? nope

> Can you open the LSP Log Panel (from the command palette) and post the exact request to the OmniSharp server and corresponding response here? ``` :: --> OmniSharp textDocument/definition(93):...

I see, well I've decided to try sublime text as an alternative to vs code a couple hours ago, trying to get everything setup to mimic the capabilities of what...

https://github.com/OmniSharp/omnisharp-vscode/blob/77ec34e0080939a02e15a63a06e005f2098134b6/src/features/definitionProvider.ts#L51-L100 Not exactly sure if this is the relevant part in the VSCode source code and how this can be adapted in ST LSP omnisharp. I'm just tired of firing...

If the assumption is "GUI controls can never ever overlap" then in its current state there is no problem. But when we allow the user to alter the GUI dynamically...

> Do you have some proposed solution to address it in a simple way? Sadly, no. An array of structs to represent gui draw calls, inside the struct a generic...