Skip to content

Conversation

@I-Info
Copy link
Contributor

@I-Info I-Info commented Apr 16, 2025

Currently, the tailwind auto completions is missing in Ruby / ERB. See: zed-industries/zed/issues/27118

After modifying the overrides:

image image

In fact, these are just patches borrowed from the PR (zed-industries/zed/pull/28674) for Rust. I'm not familiar with Ruby, so I can't do more thorough testing.

Copy link
Collaborator

@vitallium vitallium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@I-Info Hi, thanks for your contribution! I just have one question for you. Thanks!

@vitallium vitallium added the bug label Apr 16, 2025
@I-Info I-Info requested a review from vitallium April 18, 2025 16:21
@drale2k
Copy link

drale2k commented Apr 18, 2025

@I-Info thanks a lot for trying to fix this 🙏🏻

@vitallium
Copy link
Collaborator

@I-Info Thanks for fixing that and for pointing out the tricky issue with the overrides file!

@vitallium vitallium merged commit bdbd0b3 into zed-extensions:main Apr 18, 2025
1 check passed
@I-Info I-Info deleted the fix/tw branch April 19, 2025 03:46
@drale2k drale2k mentioned this pull request Apr 30, 2025
notpeter pushed a commit to zed-industries/extensions that referenced this pull request Apr 30, 2025
Hi, this pull request updates the Ruby extension to v0.5.6, which
includes many goodies and fixes. You can find the full list of changes
on the release page
[here](https://github.com/zed-extensions/ruby/releases/tag/v0.5.6). I'm
also copying it below for your convenience:

## What's Changed

```
1. Remove default tasks.json by @vitallium in zed-extensions/ruby#36
2. Remove else from outdent triggers by @vitallium in zed-extensions/ruby#42
3. Add completion_query_characters by @smitbarmase in zed-extensions/ruby#49
4. Add minimal README by @andyw8 in zed-extensions/ruby#54
5. Specify ? and ! as word characters by @andyw8 in zed-extensions/ruby#58
6. Add some basic tasks by @andyw8 in zed-extensions/ruby#57
7. Add constants to outline view by @vitallium in zed-extensions/ruby#60
8. Capture constants with assignments only for outline panel by @vitallium in zed-extensions/ruby#61
9. Include singleton class in outline by @joeldrapper in zed-extensions/ruby#67
10. Fix missing Tailwind completions by @I-Info in zed-extensions/ruby#62
11. Fix visibility keywords in outline by @joeldrapper in zed-extensions/ruby#65
12. Include method modifiers in outline by @joeldrapper in zed-extensions/ruby#66
13. Improve Ruby outlines with support for macros by @joeldrapper in zed-extensions/ruby#70
14. Mark instance & class variables as "@variable.special" by @asok in zed-extensions/ruby#63
15. Add task to evaluate selected text as Ruby by @andyw8 in zed-extensions/ruby#73
```

Thanks!
lucascompython pushed a commit to lucascompython/extensions that referenced this pull request Oct 3, 2025
Hi, this pull request updates the Ruby extension to v0.5.6, which
includes many goodies and fixes. You can find the full list of changes
on the release page
[here](https://github.com/zed-extensions/ruby/releases/tag/v0.5.6). I'm
also copying it below for your convenience:

## What's Changed

```
1. Remove default tasks.json by @vitallium in zed-extensions/ruby#36
2. Remove else from outdent triggers by @vitallium in zed-extensions/ruby#42
3. Add completion_query_characters by @smitbarmase in zed-extensions/ruby#49
4. Add minimal README by @andyw8 in zed-extensions/ruby#54
5. Specify ? and ! as word characters by @andyw8 in zed-extensions/ruby#58
6. Add some basic tasks by @andyw8 in zed-extensions/ruby#57
7. Add constants to outline view by @vitallium in zed-extensions/ruby#60
8. Capture constants with assignments only for outline panel by @vitallium in zed-extensions/ruby#61
9. Include singleton class in outline by @joeldrapper in zed-extensions/ruby#67
10. Fix missing Tailwind completions by @I-Info in zed-extensions/ruby#62
11. Fix visibility keywords in outline by @joeldrapper in zed-extensions/ruby#65
12. Include method modifiers in outline by @joeldrapper in zed-extensions/ruby#66
13. Improve Ruby outlines with support for macros by @joeldrapper in zed-extensions/ruby#70
14. Mark instance & class variables as "@variable.special" by @asok in zed-extensions/ruby#63
15. Add task to evaluate selected text as Ruby by @andyw8 in zed-extensions/ruby#73
```

Thanks!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants