As long as the Delphi LSP implementation has its flaws, it would come in handy if we could restart the LSP processes with an easy to reach shortcut. How can such a shortcut be added?
Asked
Active
Viewed 731 times
1 Answers
22
Under Tools - Configure Tools add a new entry named Kill LSP with the following settings:
Program: taskkill
Parameters: /IM DelphiLSP.exe /F
This will add a new menu entry Kill LSP under the Tools menu.

Uwe Raabe
- 45,288
- 3
- 82
- 130