https://bugs.llvm.org/show_bug.cgi?id=50184

            Bug ID: 50184
           Summary: [Feature request] Tab completion on user defined alias
           Product: lldb
           Version: 10.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

Hi !

I was advised to file a bug report after I had posted my issue on StackOverflow
:

https://stackoverflow.com/questions/67231162/lldb-tab-completion-after-user-defined-aliases/67305975#67305975

I defined the following alias in lldb : 

command alias bfn breakpoint set -n %1

Sadly, this alias does not allow Tab completion as the regular command does.

All the time gained in typing the command is lost typing whole identifiers that
are sometimes quite complex.

Nevertheless, buit-in aliases allow for completion so I assume there's a way to
achieve the same behaviour for user defined aliases.

Thanks for your time and the work you put in making great software.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to