Open
Description
Hi,
I use tern
and auto-complete
in Emacs. I have had success using this on both Linux and Windows but sometimes it doesn't work.
I do not get any errors (actually no output in Messages), it's just that the auto-complete information does not show up.
I have found that sometimes the reason is not having a tern-project.json
file, so I made a tern-config.json
and put it in the my home directory. It's contents are: "{\"plugins\": {\"node\": {}}}"
However, this does not seem to work as I am not getting any Node autocomplete information currently on windows. Do you have any suggestions about how I should look into getting this to work (again) on my Windows machine?
Thanks