I'm currently playing with some PHP code using Notepad++, and missing badly the features we have in the B4X IDE like "Find all references" and renaming.
Since I think the B4X IDE is based on some language grammar template, are there any grammars for other languages?
The IDE is tightly coupled with the B4X compiler. Features such as "find all references" cannot come from a simple template. The IDE must fully parse and "understand" the code.
Same for the useful ctrl + click features and many others.
@Alessandro71: I recommend Visual Studio Code with the appropriate extensions (PHP Intelephense, PHP Debug) for PHP development. This makes the work much easier, compared to Notepad++.