Dave Novo 51 Posted April 25, 2021 Hello, I am trying to compile our project in Delphi 10.4.2 for the first time, and the code insight does not work. Ctrl+space or ctrl+shift+space do nothing. If I switch the Code Insight Manager back to Delphi (Classic Code Insight) it works again. I thought the Language Server Protocol was supposed to be better. Is there something I need to do in order to activate it? Share this post Link to post
Lajos Juhász 293 Posted April 25, 2021 You can turn on logging on LSP and send it to Embarcadero. Warning the log will contain parts of your source code. For more information check out http://docwiki.embarcadero.com/RADStudio/Sydney/en/Code_Insight_Reference . Share this post Link to post
Stano 143 Posted April 25, 2021 I found that it is usually necessary to wait for the LSP to do nothing. See the small thermometer at the bottom right. Share this post Link to post
Lars Fosdal 1792 Posted April 26, 2021 10 hours ago, Stano said: it is usually necessary to wait for the LSP to do nothing That seems to cover the subject quite aptly. 1 Share this post Link to post