Is there a way for me to add a minimap plugins to netbeans ide so i can get a small overview of my code files? Ive used vsc before and the minimap helps a lot after a certain threshold
- 1There's an outdated plugin on GitHub (github.com/Chris2011/nb-codeoutline). I haven't tried it myself so I have no clue if it's still compatible with newer version or how much work it would take to make it work.Joachim Rohde– Joachim Rohde2023-11-16 09:29:14 +00:00Commented Nov 16, 2023 at 9:29
Add a comment |
1 Answer
This plugin got a recent update to run on Apache Netbeans 23: https://github.com/Chris2011/nb-codeoutline. It provides a minimap for each editor.