Ionuț Staicu
Ionuț Staicu
Oh, sorry, I thought it will unfurl the whole thread.  Yes, is the autoloading->files section in composer.json.
Thanks for the links. The workaround is more or less how i imagined. I'll see what i can do with this. :-1: for the docs.
Even if it's not as easy to read as xml snippets, you could use `*.sublime-completions` files. Here is an example i use: ``` { "scope": "source.js, source.php", "completions": [ {...
@vitormattos @perrybutler This PR should be OK, but i kind of diverged quite a lot of the main code in order to make things to fit my needs (e.g. make...
@SamBerson thanks for appreciations :+1: Unfortunately, in order to implement my plans I have to modify a lot of initial code, so most likely I'll just fork the plugin for...
@1xiaofeng1 see here: https://github.com/githubnext/monaspace/issues/20
@Ataurr To be honest, the plugin didn't had much traction so I had no real motivation to develop it further on, since it fits my current needs. Please let me...
The point of this package is to quickly open included files. I'm not very familiar with ruby, but you can write code similar to ```ruby require `rental_vehicle.rb:20` ``` ? If...
Actually this make sense. Thanks for clarifiying.
I've created a small patch that would help achieving this, but I don't know how to display it only on not-yet-downloaded files: ```patch diff --git i/lib/pinchflat_web/controllers/sources/source_html/media_item_table_live.ex w/lib/pinchflat_web/controllers/sources/source_html/media_item_table_live.ex index 604ee49..95dc9b0 100644...