Clément Charmet
Clément Charmet
Can you please confirm / close this issue ?
It's weird, I can't reproduce... Anything else :p ?
Yes, it's possibly a Mac error. I suspect there is an empty command line arg somewhere, that Mac OS doesn't like. I'll try to look into it.
Yes, it's a known issue. I haven't yet found a way to properly end the Haxe background process...
This is weird... Did you install via Package Control ?
This is pretty difficult to do. For top-level completions, we just use regexps to collect available variables / methods in current file, without really knowing the current scope... It's pretty...
As written previously, there is currently no adherence to scope for top-level completion (outside of `.` or `(`). I don't have much time right now to look into implementing compiler...
I don't use snippets much myself, so I don't have this problem :\
should be fixed, please confirm ;)
Ok I corrected `--macro`. As for the other problem, I wasn't aware you could just add `Main` like this. Is it documented somewhere ? How is it different from adding...