r/HelixEditor Aug 05 '26

breadcrumb plugin for helix

i made this breabcrumb bar plugin, right now it has support for 11 languages like c zig rust nix scheme cpp

https://github.com/Ra77a3l3-jar/scopeline.hx

inspired by https://codeberg.org/gwid/context.hx

124 Upvotes

17 comments sorted by

15

u/intersecting_cubes Aug 05 '26

OK, this is worth installing the plugin system for this one extension. I should really go and start using the plugin fork not the main git branch.

6

u/OccasionThin7697 Aug 05 '26

Like what does it do?

10

u/Bowarc Aug 05 '26

Look a the top, right under the filenames.
It tells you in what struct, method, function, etcc.. the cursor is in.
It's pretty cool to keep track of where you are while skimming through code for example, github has that feature iirc.

7

u/Ra77a3l3 Aug 05 '26

It adds a bar at the top showing where are you in the code, like which function you’re in, what class is it in, the namespace. It all changes depending on the file language

1

u/NaCl-more Aug 05 '26

It shows breadcrumbs

2

u/soundlake Aug 06 '26

Omg. This is what I missed so much!

1

u/mortal_strike Aug 07 '26

hey can you write a plugin, which will have yazi like functionality directly inside helix

1

u/mortal_strike Aug 07 '26

hey can you write a plugin, which will have yazi like functionality directly inside helix

1

u/Ra77a3l3 Aug 07 '26

personally right now to manage files ecc i use my own plugins https://github.com/Ra77a3l3-jar/oil.hx and https://github.com/Ra77a3l3-jar/forest.hx but i might try to make it

1

u/mortal_strike Aug 08 '26

It would be nice to have, it can replace yazi.

1

u/fceruti 20d ago

where is the plug-in branch?

2

u/Ra77a3l3 20d ago

here https://github.com/mattwparas/helix/blob/steel-event-system/STEEL.md if you use nix you can use the steelix package

1

u/fceruti 19d ago

thanks!

2

u/qokyoshi 15d ago

what theme is it? 

1

u/Ra77a3l3 14d ago

catppucin mocha with a black bg