Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toplevel completion #21

Open
nadako opened this issue Mar 19, 2015 · 2 comments
Open

toplevel completion #21

nadako opened this issue Mar 19, 2015 · 2 comments

Comments

@nadako
Copy link

nadako commented Mar 19, 2015

haxe supports toplevel completion (i think its 3.2+, but still), you just do --display Main.hx@42@toplevel and it returns a list of local vars, fields, imports, etc.

this is really important completion feature, and I'd like to see it in atom-haxe.

one thing to note: currently if we autocomplete inside function call parens, it shows call tips, but actually, i think it should show toplevel completion, and show calltips using some other keybinding (or just show both)

@ruby0x1 ruby0x1 added this to the 0.6.0 milestone Mar 19, 2015
@jeremyfa
Copy link
Member

This is definitely in the plan :)

@ruby0x1
Copy link
Member

ruby0x1 commented Mar 19, 2015

I've restructured the milestones for clarity, this will definitely be in 0.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants