Mikael Kermorgant
Mikael Kermorgant
I noticed the typescript example which provided a way I could have followed [here](https://github.com/artemsky/vue-snotify-typescript-example/blob/master/src/components/home/home.ts) Unfortunately, SnotifyService isn't exported anymore so that approach doesn't work.
As an alternative for inserting ``use`` statements, it could be possible to use the minibuffer tor a "completion-like" experience. Here's an example of what I have in mind in terme...
I don't have any opinion about how phpactor could handle this internally, but from the emacs side, I see different situations * the user has started typing the ``use`` statement....
> Do you mean to invoke a command "include class" which would open up a search buffer yes, that's what I had in mind > I would think it less...
I've been investiagting 3 different ways : 1) fetch the posts with a ResultSetMapping a) and return a scalar : works, although I've neede to change the paginator and configure...
Thanks for your answer. Well, I tried to redefine ``vue`modes`` by removing the two entries I was trying to override, but looking at which modes are activated in the ````...
@ejmr By a happy coincidence, I decided to take a try last night and wrote my first emacs functions for class:copy and class:move. ```el (defun php-class-copy () "Copy a class...
@ejmr and thank you for your proposition of reviewing code if I could propose something. I can't promise anything as I could at best gather some limited time during weekends....
Hello, I'm having the same issue and tried several of the methods proposed in the other issues, without any success. Thank you anyway for this tool, it's very nice !
Hello, sorry for the lack of details, I sould have taken the time to make it right. So I have those versions OS : archlinux Emacs 25.3 counsel-etags 20171111.608 project...