| Re: Which editor do you use ? |
| by Spyrith on 2021/11/18 7:42:57 PhpStorm. I just feel I can do stuff quicker with it. I also love it's form of zen coding implementation for some reason. |
| Re: Which editor do you use ? |
| by Jess2kWade on 2021/10/6 8:47:27 It depends on the language and the addon's quality. For example, JS and TS are directly integrated and function flawlessly with all of the capabilities you mention, and I've heard the C# version is also extremely excellent. However, I recall finding PHP and Ruby with Sublime and Atom to be a pain to use, so I always returned to Jetbrains. I'm not sure what the VS Code equivalents are. |
| Re: Which editor do you use ? |
| by alain01 on 2019/12/13 14:30:10 Quote:
Could you explain to me in 3 or 4 sentences (and for the other readers how you can debug the code ? May be with an example, i could understand easily. |
| Re: Which editor do you use ? |
| by alain01 on 2019/12/13 0:52:55 Quote:
|
| Re: Which editor do you use ? |
| by geekwright on 2019/12/13 0:48:52 Quote:
With VSCode, you will want to install the PHP IntelliSense extension. (It will offer useful extensions when you open a file type for the first time,) With both PHPStorm and VSCode (and Eclipse as I recall,) you will open a directory (i.e. your XoopsCore25 clone.) The first thing that will happen is the program will build an index of all the files in that directory. From that index, it will know in most cases all the functions, classes, and variables by type and signature. That enables auto-completion, parameter hints and easy access to documentation blocks. Those features are one of the reasons for making the move from simple editors to integrated development environments (IDE) |