Shopify / ruby-lsp

An opinionated language server for Ruby
https://shopify.github.io/ruby-lsp/
MIT License
1.61k stars 166 forks source link

Additional LLM features #2777

Open andyw8 opened 4 weeks ago

andyw8 commented 4 weeks ago

[!NOTE] This issue is aimed at those attending the RubyConf 2024 Hack Day

Ruby LSP currently has an experimental chat agent:

https://github.com/Shopify/ruby-lsp/blob/main/vscode/README.md#experimental-github-copilot-chat-agent

What other LLM-based feature might be worth building?

jmschp commented 1 week ago

Add a Quick Fix feature for RuboCop warning. Below is an example with JavaScript ES Lint. When hovering the warning add an option to the tooltip Fix with Copilot.

Image