I'm evaluating UE and have a question regarding autocomplete.
I'm current using an editor that will actually build a structure for you if the keyword you typed is an autocomplete item - IE if you are coding in Perl and type 'if' the editor will automatically build this for you:
Does UE do this? I find it very useful but the default autocomplete in UE doesn't appear to do this. Am I missing this functionality?
I'm current using an editor that will actually build a structure for you if the keyword you typed is an autocomplete item - IE if you are coding in Perl and type 'if' the editor will automatically build this for you:
Code: Select all
if () {
}