I have been a long user of Sublime and appreciate it to the core for improving my day-to-day programming tasks. One of the feature I like the most about Sublime is it's minimap feature which lets you see the code at glance and helps you quickly move to the certain code block. Later, I have moved to Atom Editor which is also quite good as of now. But it doesn't have this minimap feature inbuilt. So, I have been using a third party plugin for same called https://github.com/atom-minimap/minimap
Now, I want to build a same kind of plugin for Visual Studio Code cause as of now it doesn't have one.
Let me know who's interested to collaborate upon the same with me.
Thanks!