3

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)

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992

1 Answers1

3

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.

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992
  • 1
    Thank you very much for your answer, in fact I had specified the problem wrong because the problem was related to **Inno Setup Script Studio** IDE and not to the **Inno Setup** IDE. All your solutions work perfectly. Thank you ! – Mira Falzari Mar 04 '22 at 11:19