ide.<lang> - The base key for each language

ide.<ProgrammingLanguage> = true | false

This is the base key for a programming language:

  • This key in principle determines whether any special settings should be taken into consideration for a specific programming language or not

  • Please note: All other keys for this programming language are only evaluated if this "base key" is set to true.
     

Entry in an LFET.Project.ini-file:
ide.Java = true
Entry in an LFET.Project.yaml-file:
LFET:

  ide.Java:
    Enabled: true

 

For YAML: In the case of true/false keys that are at the same time a prefix of other keys, the true or false value must be provided with the keyword Enabled: in YAML