David Strachan

Results 3 comments of David Strachan

I ported all that I managed to find: - imgui_impl_dx12.cpp - PFN_D3D12_SERIALIZE_ROOT_SIGNATURE is not defined when using MinGW - imgui_impl_glfw.cpp - DpiScale in ImGui_ImplGlfw_Data - imgui_impl_wgpu.cpp - Fixes 'Popups and...

I've fixed the compiler error on Windows and updated the Style struct to add docking changes. The scrollbar is now green but still thin, I'm struggling to figure out why....

You should take a look at implementing `lspRecvPre` and `lspRecvPost` hooks which will be called before and after your `textDocument/hover` request. https://github.com/ziglibs/zig-lsp/blob/d89ebda52af2db181bfcdb3fba17f7e3e8208984/src/zig_lsp.zig#L314-L320