Community
Participate
Working Groups
Build Identifier: 0.8.0.v201201162102 1) Set up the attached project. 2) Refer to below code fragment, in the 1st line of main body, type 'test ' (a space after 'test', then invoke the content assist, the record definition in the project can be displayed. 3) Repeat the same operation in the if block, the content assist does not work. function main() if(true) end end Reproducible: Always
Created attachment 209659 [details] The sample project.
Not include in RBD, We need to add a new proposal for 1>if() xx else xx end 2> try xx catch 3> while xxx I think there maybe more statement block can't work for types proposal.
Fixed. add support for: IFStatement WhileStatement trystatement forStatement caseStatement
Verified in 0.8.0.v201201190938.