codejump -- micro editor plugin


codejump -- micro editor plugin

I like Micro editor, it's small, light weight and does what i want from a basic text editor and more. And because of that, i would like to use it even more, in coding projects. What Micro lacks in functions, it covers it with its plugin system and plugins.

So when i install Micro, the first thing to add to it, are some plugins. The [bookmark](https://github.com/haqk/micro-bookmark) and [jump](https://github.com/terokarvinen/micro-jump) plugins are a must have if you are coding in Micro. But still the jump plugin, it wasn't what i wanted, mainly because of how it displays the functions with fzf. So i made mine... similar to jump, but instead of ctags uses an external python script, that finds functions/classes with regular expressions. This way it doesn't need external dependencies, although it's not so comprehensive as ctags... but it does the job and the output is way more visible. Also i added two other functions to scroll through functions up and down, from the current position of the cursor. This way i can navigate through code, very quick.

If you want it or just to take a look, you can find it at my repo here

Add a comment

Previous