Javascript - code completion
I have this code:
function LayoutManager(){
}
If I want to add another prototype. But if I write in the IDE LayoutM... then the code completion gives me LayoutManager() - with the "()":
But normaly I dont't want it with the "()" - I only want LayoutManager.
Is this possible?
cu
Please sign in to leave a comment.
Hi, Jörg.
That's a good request, I've created and issue. http://youtrack.jetbrains.com/issue/WEB-6560. Please, next time don't hesitate to place it directly in our issue tracker.
Regards,
Konstantin
Also, you could select desired element in completion popup (e.g. with Down key) and press dot key.
Hi
yes, I have regonized this yesterday. It works fine for me!
Thank you