Auto Complete or Intelli Sense in Field's names typing
Posted: Tue Aug 29, 2017 5:46 am
Hello,
After trying out LC for two days I feel that typing the names of controls/fields in the code is a pain as there is not auto complete/intelli sense feature.
Take for example the following line of code:
Here DisplayMessage and EnterMessage are Fields and when we type them the editor does not offer to auto complete them. So when the project is of a big size or a stack that has lots of Fields on it, it becomes a pain to remember the exact names of each field and type it correctly.
For small projects while learning this is fine but otherwise lack of auto complete/intelli sense really kills productivity.
TIA
After trying out LC for two days I feel that typing the names of controls/fields in the code is a pain as there is not auto complete/intelli sense feature.
Take for example the following line of code:
Code: Select all
set the text of field "DisplayMessage" to the text of field "EnterMessage"
For small projects while learning this is fine but otherwise lack of auto complete/intelli sense really kills productivity.
TIA