I am evaluating UEStudio as a possible replacement for my current editor and have a couple of questions regarding functionality.
Is there a way to have UEStudio parse all project files, such that I can jump to the definition of a function and get code completion suggestions when I start typing the name of a function defined in the project somewhere?
This is one of the features I love with my current editor - hit a couple of keys and start typing and it shows where functions matching that description are defined. It will also show comments and parameter info if I type ( after the function name or move the cursor inside the parentheses:
Second, is there a way to make UEStudio highlight ALL function definitions/calls as functions regardless of whether they're built in? I've never seen an editor treat them as "normal text".
Third, is there support for phpDocumenter at all? I have my current editor set to highlight phpDoc tags in blue, and when I type @ within a comment block it pops up a list of possible tags.
Is there a way to have UEStudio parse all project files, such that I can jump to the definition of a function and get code completion suggestions when I start typing the name of a function defined in the project somewhere?
This is one of the features I love with my current editor - hit a couple of keys and start typing and it shows where functions matching that description are defined. It will also show comments and parameter info if I type ( after the function name or move the cursor inside the parentheses:
Second, is there a way to make UEStudio highlight ALL function definitions/calls as functions regardless of whether they're built in? I've never seen an editor treat them as "normal text".
Third, is there support for phpDocumenter at all? I have my current editor set to highlight phpDoc tags in blue, and when I type @ within a comment block it pops up a list of possible tags.