-
Hi Guillaume,
After building the irony-server.exe using cmake Visual Studio 14 2015 Win64 and setting up (company, yasnippet, irony and company-irony), I tested it in a very basic project and the comp…
-
```
What steps will reproduce the problem?
1. Go to http://github.com/RickMoynihan/yasnippet-org-mode
2. Click on any link (first one, for example: author)
What is the expected output?
Seeing the pag…
-
Coffee-mode is overriding the `yas/expand` key, that for me is bound to `TAB`.
What is the best way to get that working?
leoc updated
12 years ago
-
When I open a Python file, I get two yasnippet warnings. First:
Ignoring unknown directive "NOTE" in file: /home/joost/.emacs.d/elpa/yasnippet-snippets-20240115.1138/snippets/python-mode/functi…
-
Is there a way to trigger import js after yasnippet completion?
I know I can use a custom hook or even yasnippet's 'expand-env' function but what import-js function should I use?
import-js-impor…
-
Since auto-yasnippet is just an advanced copy-paste tool. Why not make aya-expand behave like counsel-browse-kill-ring and let user choose which one to apply from the last used auto-yasnippet list?
-
Yasnippet is omitting spaces, so "\*\*\* " is translated as written out as `**` (without the space). Perhaps this is a new change because it has just started damaging my workflow. I don't see answers …
-
I think there is a better place. The menu-bar is quite poluted. Some others minor mode also have menus in the main bar, that I do not consider a right place....
-
Versioning them here is a bad idea. I could easily keep up with upstream if I simply forked the yasnippet snippets repo and included it with `quelpa`.
-
I have something like this bound to RET on the company-active-map.
```
(defun j-company-expand-yasnippet-or-return ()
"Expand yas template or call RET normally.
If `yasnippet' expansion …