This topic is locked

Ability to use external PHP Code Editor

10/18/2024 9:14:00 PM
Suggestions
H
headingwest author

I do a lot of PHP in external files. I'd like to be able to use an external editor like vscode or even notepad++

At the moment I cut and paste between phprunner and another editor.

Sergey Kornilov admin 10/19/2024

Version 11 stores all files in the database which means that regular editor won't be able to work with those files.

Even if we export those files to some temporary location and allow editing, we can never know when you done editing so we can import a file back.

fhumanes 10/21/2024

Hello @headingwest,

I coincide 100% with what Sergey indicates.

However, I use Netbeans for PHP, to develop parts of the application and to purify the operation of the code.

https://fhumanes.com/blog/guias-desarrollo/guia-22-phprunner-depuracion-codigo-php-linea-a-linea/

To be able to use it, the functionality of external files that PHPRUNNER and all those external files have to be exploited, in the deployment directory that you have defined, you can, with this IDE, expand, modify and debug all the code you need. Of course, once the code is written, you have to load it in PHPRUNNER, in the external file section.

For a bit complex projects, I think it is a very necessary way to write code and debuging.

Recommendations for very large projects: https://fhumanes.com/blog/guias-desarrollo/guia-86-gestion-de-aplicaciones-grandes/

Greetings,
fernando

P.S.
I also used Microsoft Visual Studio Code