Jump to content
PeterPanettone

Comparing different Code Input Helpers

Recommended Posts

Using CnWizards 1.2.0.1003_Unstable Build 2020.06.05 Code Input Helper in Delphi 10.3.3:

 

image.thumb.png.441c3d474a8cc6e2eb8398fe597cab43.png

 

 

Screenshot above: After typing "System.SysUtils.datestr" you can see as a smart result: "DateToStr".

 

Using native Code Completion in Delphi 10.3.3:

 

image.thumb.png.6591e91c612b772f2a8bedc2f57bfd13.png

 

Screenshot above: After typing "System.SysUtils.datestr" there is no native Code Completion popup.

 

image.thumb.png.3ac5df41dd13cd223dd8a2417d27cee0.png

 

Screenshot above: After typing "System.SysUtils.dateto" the native Code Completion shows one result: "DateToStr".

 

In Delphi 10.4 I could not achieve the same results with CnWizards 1.2.0.1003_Unstable Build 2020.06.05 Code Input Helper, while the native Code Completion works flawlessly. However, the native Code Completion lacks the smart code completion from the topmost screenshot.

image.png

Edited by PeterPanettone

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×