-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add BBEdit to EDITORS page #2374
base: main
Are you sure you want to change the base?
Conversation
@andyw8 #2382 might also be relevant FWIW this can be worked around on a per-project basis by wrapping lsp-ruby in shell script that sets the current working directory to a ruby project, but it does not appear to trigger indexing for multiple workspaces, nor does it work by setting CWD to an empty folder. It might be premature to say ruby-lsp works with BBEdit as of now. I'm still trying to figure out what feature BBEdit is leaning on from other language servers to make this work and/or if there's a configuration change I need to pass in. |
We are going to move BBEdit support to the wiki instead (see #2414). |
Re-opening as we've decided not to use the wiki. |
@@ -185,6 +186,10 @@ Note that there might be overlapping functionality when using it with RubyMine, | |||
|
|||
[Ruby LSP plugin](https://plugins.jetbrains.com/plugin/24413-ruby-lsp) | |||
|
|||
## BBEdit | |||
|
|||
See https://github.com/Shopify/ruby-lsp/issues/2365 for the latest information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the PR open to address the issue with BBEdit partially. Can we put configuration instructions here rather than pointing to the issue?
This will need to be migrated to the new documentation. |
It seems there are still some issues to be resolved, but in the mean time let's direct people to this thread.
cc therbob