cyrialize
cyrialize
What does your company configuration look like? I'm using ggtags-mode and company-mode together and I have not run into any issues.
@ilyaguy You can try out ggtags: https://github.com/leoliu/ggtags The installation method recommends installing an older version of GNU Global and ctags - I've written up instructions but haven't merged them in...
@cmatzenbach The ggtags package just gives you the ability to jump to variables, see occurrences of variables, etc. ac-php let’s you jump to function definitions but not variable definitions (yet)....
If you use the keyword :with , for example: `(company-lsp :with company-dabbrev-code)`, and set company-transformers to be company-sort-by-backend-importance, like so: `(setq company-transformers '(company-sort-by-backend-importance))` then company-lsp will always appear before company-dabbrev-code....
I'm a company-mode user, I've only tried auto-complete a tiny bit - so I can't really give any functionality comparisons. To add onto what @ylluminarious said I think an important...
This command also works as well, for anyone else that comes across this. (This command will also launch it in the background). ``` cd /home/jonny/linux-dash/app/server && nohup /usr/bin/go run index.go...
I believe it is! I am working on some python code that'll parse an `org` file from Emacs `org-mode` to generate Anki cards. If I set the `deck_id` to `1`,...
@Taariqq I've been planning on contributing to php-mode and php-suite for some time now. As someone just getting started in emacs-lisp I find creating my own tiny functions in my...
I'd be definitely willing to help out! I'm very happy that something like emacs-php exists - since I use php and emacs everyday at work. Once my elisp is up...
@zonuexe You're the best man, I love how much you've contributed to the state of PHP on Emacs. Emacs has made me get into open source, but it's stuff like...