Szymon Wrozynski
Szymon Wrozynski
Yes, I thought about this. Certainly, it could be possible with help of Tim Pope's vim-fugitive plugin. But on the other hand, the current behavior seems consistent. And it doesn't...
Indeed, I can confirm that. Thanks for reporting!
Yeah, the documentation items could have a priority or/and group attributes. We would use them later while sorting. The order has to be maintained programmatically (not hardcoded) since it's possible...
Well, that could be possible. I can put it on the TODO list. How important is it for you?
Well, there is already `ctrlspace#roots#CurrentProjectRoot()`. I know it's not strictly in the `api` namespace, but after most functions have been declared public I consider if the API namespace is relevant...
No, in the current implementation it's not set until CtrlSpace is shown. Perhaps there could be an API function as you suggested that would perform this initialization before returning the...
Same goes with `.domain`, `.name` etc. I guess it is triggered by this line: https://github.com/Thom1729/Sublime-JS-Custom/blob/0f07ccb1108bbf535f0e0006bba0a7ce5524a2e0/src/JavaScript.yaml#L1838
That would be great! In node development I found that highlighting pretty annoying.
Yes, only top level .gitignores are used. Do you think it is common enough to support it?
Yeah, I think about integrating other tools. And perhaps some per project config file. Besides jsctags and CoffeeTags I thought about gotags too.