You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 .
The text was updated successfully, but these errors were encountered: