Tech Tip: Autocomplete Not Working for Component Class
PRODUCT: 4D | VERSION: 20 R | PLATFORM: Mac & Win
Published On: January 20, 2025
Developers may run into an issue where the code editor's auto complete feature does not work for component classes. For example if there is a compiled component with the class "example_class", the following text is expected to auto complete to "example_class"
This may be caused by forgetting to check "Generate syntax file for code completion when compiled" in Settings under general.
Once this is checked and the component has been rebuilt and reinstalled the auto complete feature should work correctly.