How can I integrate PHP/Python Interpreter to Notepad++
问题 I want If I am editing a php file I should be able to press a key combination or click a menu item that'll launch the php-cli and run my current file? How do I do it in Notepad++. Also I need this for Python. 回答1: I honestly don't recommend installing an IDE for Python unless you use it for large-scale projects or work on large, complex scripts on a daily basis. Notepad++ works great with the NppExec plugin. I use the following steps: Download (if it does not already exist) the NppExec plugin