Code Completion Stopped Working

After reinstalling Web Core using the smart installer, I have installed FNC Core and FNCUIPack into the IDE. If I add a TMSFNCDataGrid to my form then code completion ceases to work. If I remove all the units added by the DataGrid then code completion starts again. I'm not sure how to go about tracking down the source of this problem as no errors pop up? Note that compilation is still possible, just no code completion.

I retested this but code completion works for TMSFNCDataGrid here.
Are you using the classic form designer or web form designer?
Does code completion work when you use TTMSFNCDataGrid in a VCL app?

Hi Bruno, it works fine in VCL and fine in the classic Web Form designer. It is the new Web Designer where the code completion fails to run.

We could reproduce this from the web form designer and are investigating this.
A workaround meanwhile is to replace in your uses list WEBLib.TMSFNC* unitnames by VCL.TMSFNC* unitnames.

Can confirm the workaround works here too.

1 Like