Chris Simon

Results 37 comments of Chris Simon

Reported to JetBrains here - https://youtrack.jetbrains.com/issue/IDEA-349128 - they have confirmed it's an issue. Updated [IntelliJ Plugin README](https://github.com/dev-cycles/contextive/blob/main/src/intellij/contextive/README.md) to warn of this issue.

JetBrains have closed this request without a fix: https://youtrack.jetbrains.com/issue/IDEA-349128 > Rider has a complex architecture with two separate processes: ReSharper-based backend and IntelliJ-based frontend. Depending on the file type, code...

To clarify the scenario that doesn't work, it's when opening a Visual Studio Solution. When opening in 'folder' mode, Contextive appears to work in all files.

Initial poc tests with https://learn.microsoft.com/en-us/visualstudio/extensibility/adding-an-lsp-extension?view=vs-2022 suggest that the default LSP client may not be ideal: From that page, `In fact, support for LSP language servers is designed to work only...

@jimdeane, thanks for your interest! I have recently had some confirmation from the folk at MS that the recommended extensibility approach is here: https://learn.microsoft.com/en-us/visualstudio/extensibility/visualstudio.extensibility/language-server-provider/language-server-provider?view=vs-2022 I was planning on starting on...

Thanks for getting the ball rolling on this! If you're able to share the logs that show messages exchanged, I'll see if I can help interpret what's happening. Either way,...

Thanks for sharing this! Looking through the raw xml logs, there are two errors: * `No target methods are registered that match "workspace/configuration".` * This doesn't appear to be be...

Hi @FH-Inway -you should be able to download a zip containing a special build of the language server from here: https://github.com/dev-cycles/contextive/actions/runs/10017860097/artifacts/1721452354 It has detailed file logging (including json of protocol...

Wow, thanks so much, amazing work - so great to see the screenshot (although it would be nice if VS supported markdown 🤦)! And apologies for the frustrations (will address...

OK, great - now that we know it does supply the `rootUri`, it's possible to switch to using that. I hadn't support it until now because it's been [deprecated since...