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

Autocomplete #10

Open
mirko911 opened this issue Jun 30, 2015 · 3 comments
Open

Autocomplete #10

mirko911 opened this issue Jun 30, 2015 · 3 comments

Comments

@mirko911
Copy link

Hey,

idk. if it's possible in Atom or in this Plugin:
Can you add a feature that when I type maps/mp/gametypes/_myfile:: that I'll get a list of all functions of this file?

An other idea would be the an autocomplete for function paramters .

myfunction(var1,var2){
//some code here
}
//When I type myfunc, then I want to see that it has var1 and var2 as params
@Ingramz
Copy link
Contributor

Ingramz commented Jul 1, 2015

Hi,

I am sure it is possible, but it would be better to imitate/adapt rather than implement something new ourselves (mainly because I do not have time for it right now). So if you can find something that can do something like that in another language (but still in Atom), then I am sure it wouldn't take us long to get something similar working.

@mirko911
Copy link
Author

mirko911 commented Jul 1, 2015

@Ingramz
Copy link
Contributor

Ingramz commented Jul 1, 2015

I'll look into it, thanks!

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

No branches or pull requests

2 participants