-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 64.1
-
Fix Version/s: 69
-
Component/s: Automation
-
Backlog priority:300
-
Sprint:nxNest Sprint 9.3.3, nxNest Sprint 9.3.5
-
Story Points:2
To reproduce, start a new automation scripting and in the (new) default editor (which uses Ctrl-Space to autocomplete):
- Enter
Document.Cre(Ctrl-Space)(Choose Create)
==> autocompletes as
Document.Create
(no function prototype)
- Enter
Doc(Ctrl-Space)(Choose Document).(Ctrl-Space)(Choose Create)
(mind the "." above!!!)
==> autocompletes as:Document.Create( input, { /*required:true - type: string*/ 'type': , /*required:false - type: string*/ 'name': , /*required:false - type: properties*/ 'properties': } );
(with function prototype)
Once the function prototyping has worked once, it always work OK until page reloading (hit F5 for instance), when the issue pops up again.