For 2 days I was playing with WebStorm 9. They do support CoffeeScript and AMD modules, but I would say that this support is poor: - No idea how to annotate CoffeeScript - Almost all AMD loaded modules are not resolved by their indexer So WebStorm didn't help me much. Yes it has some heuristic algorithms and sometimes it may almost guess what you want to type (after 4-5 characters) but most of the time it proposes methods from node/js/dom...
So I was wondering if there are any other IDEs/texteditors/plugins/methods that would allow me to have autocompletion for AMD defined modules in CoffeeScript.
Thanks.