Replies: 2 comments
-
I am able to create all that already within TMUX, but it's using the tmux internals. To read buffers file name, cursor positions, and send keys to Helix. Now, without plugins or tmux, pragmatic approach as of today. Active File AwarenessUsing your own LSP server, you could retrieve the full file content, and cursor position. Code Selection ContextThis could be achieved only within tmux, as we need an IO api for Helix. It could be done via this PR that implements Unix sockets to control Helix. #13896 Advanced Diff View with DiagnosticsSomeone opened an issue 4 years ago there, recently updated, it seems that they are receiving email since 4 years no problem. #405 (comment) Automatic Text MentionsIt could be done via the LSP protocol. However, be aware that the thread is blocking, so using AI via the LSP is creating blocking issues. Issue left here: #14166 (comment) Session RestorationIt require again Helix control, and it could be achieved only within tmux as of now. PR #1386 could solve this. Good luck |
Beta Was this translation helpful? Give feedback.
-
I'm curious to know about your tmux setup! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This Claude Code integration is new for Emacs:
https://github.com/manzaltu/claude-code-ide.el
Would something like this be feasible for Helix too?
Its main features are:
The plugin system would be needed to get shipped or could this be done via LSP?
Anyone got ideas how to better integrate the two?
Beta Was this translation helpful? Give feedback.
All reactions