Perpeto 5 Posted October 30 (edited) Classic code insight works way better than the LSP in Delphi 13 (at least you get a result, though it's blocking the IDE). But even with a new project (File -> New -> New VCL Application) it doesnt work at all, if I start debugging the application. It does nothing, if I click on "TForm" and even does not show anything, if I move the cursor above anything. Can anyone confirm this? Thanks! (tested with 64 Bit IDE, but not with yet with the 32bit one). I've created a bug report: https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-4512 Edited October 30 by Perpeto Share this post Link to post
corneliusdavid 292 Posted October 30 I've had no problems with LSP in D13. After seeing your post, I tried both LSP and classic in both 32-bit and 64-bit. CodeInsight works fine in design-mode for the small test project I looked at. 7 hours ago, Perpeto said: if I start debugging the application. It does nothing, if I click on "TForm" and even does not show anything, In debug mode, hovering your mouse over identifiers will (try to) show the value of them, not the definition. Perhaps you're confusing the context. Share this post Link to post