Inno Setup word completion doesn't work at all

89 views Asked by At

How does word completion work in Inno Setup?

If I press Alt+Right at the middle or at the end of any identifier or word in the code, nothing happens.

I can't find any extensions to install and I can't find answers on the internet to this topic...

(Inno Setup Compiler v. 6.2.0)

1

There are 1 answers

1
Martin Prikryl On

Inno Setup compiler IDE can complete:

  • Section names
  • Standard section directives, parameters and flags
  • Constants
  • Preprocessor directives
  • Pascal Script event function names

Nothing more. So indeed, it's not very useful in the Pascal Script code.