To Complete a Word by Apropos (Visual LISP IDE)

You can complete a partially entered word with a matching symbol name from the Visual LISP symbol table.

Note: The Visual LISP IDE is available on Windows only.
  1. At the Console prompt, type the following:
    (ha
  2. Press Ctrl+Shift+Spacebar to invoke Complete Word by Apropos on the partially entered word. VLISP lists all symbol table entries that begin with “ha”:

    VLISP found two matching words in the symbol table. The half-r symbol is a variable you defined in the Console window, and the handent symbol represents an AutoLISP function.

  3. Select the symbol you want to complete your typing. If you do not want to select a symbol, press Esc.

    Note that you can also click Search Complete Word by Apropos from the VLISP menu instead of pressing Ctrl+Shift+Spacebar to invoke the feature.

    If no symbols match the text you have entered, VLISP displays the Apropos options dialog box:

    The message area of the Apropos options dialog box shows the value that Apropos could not match. See About Using the Apropos Feature (AutoLISP) for information on setting Apropos options and renewing your search.

    If VLISP finds more than 15 matching names in the symbol table, it displays the Apropos Results dialog box. For example, type get at the Console prompt, then press Ctrl+Shift+Spacebar to invoke the Apropos feature. VLISP displays the following dialog box:

    You can select a symbol from the results window and copy it into your code using a shortcut menu. If you need additional help with copying the symbol to your program code, or using other features of the Apropos Results window, see About Using the Results of an Apropos Search.