Rider: How to disable this web requests
For some reason, sometimes when I’m coding and press the Tab key to accept a suggestion, Rider sends out these requests, which are quite annoying.
This has been happening since I recently updated Rider. I think it might be related to the AI Assistant.
The AI Assistant works well, and I want to keep using it—just without those requests.
I tried checking the keymap settings for the Tab key, but everything looks normal. I couldn’t find anything related to these requests.
How can I disable that? Thanks a lot!

Please sign in to leave a comment.
There is a difference between the local LLM and the AI Assistant as a service. Whenever you interact with that one a request is sent and Rider is transparent about this.
Thanks for the reply.
However, I can't find any setting to disable those requests when I press tab. I searched for LLM and AI in the keymaps, but nothing that hints to that.
Any chance I can turn that off?
It only happens in the new rider version. What has changed?
Hi!
I suppose this is a known issue.
Please try to disable the AI inline code generation in Settings (
⌘ + ,
orCtrl + Alt + S
) > Advanced Settings > Inline AI prompt auto-detection in editor.We have a feature request to improve this behavior: LLM-16774 Disable inline prompt detection by default.
I hope this helps!