13

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?

Andreas Rejbrand
  • 105,602
  • 8
  • 282
  • 384
Uwe Raabe
  • 45,288
  • 3
  • 82
  • 130

1 Answers1

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