Wish B4X IDE for other languages

Alessandro71

Well-Known Member
Licensed User
Longtime User
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?
 

ernschd

Active Member
Licensed User
Longtime User
@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++.
 
Top