csch0 / SublimeText-File-Navigator

File Navigator plugin for Sublime Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin is too slow

samholmes opened this issue · comments

I'm interesting in see some improvements being made in the speed of this plugin. Currently, it takes too long for the menu to appear after pressing Ctrl+Shift+O, this wait time interferes with my workflow and has made me use this plugin a lot less. Snappy response is what this plugin needs in order to be successful.

What's causing this problem?

The plugin has some bugs that I don't really have time to resolve at the moment, as I'm not using Sublime for work (came back to VIM). Most likely you are opening a really big folder (it works fine on most of my projects), like the root of your projects directory. Because of the flawed way it currently works it gets slow if you do that.

If you feel like it please fork the project and fix this bug, then issue I pull request and I'll be happy to merge it to master.

I don't know python. But maybe I could learn it. However, where can I learn the sublime text API; where do you go for that resource?