File tree Expand file tree Collapse file tree 4 files changed +28
-11
lines changed Expand file tree Collapse file tree 4 files changed +28
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ sidebar_position : 1
3+ ---
4+ IDE
5+ ===
6+ To develop a Joomla extension we recommend to use an Integrate Development Environment (IDE). An IDE has many benefits:
7+ - Code completion
8+ - Getting suggestions for code to save reseaching code and avoid errors
9+ - Auto-implement namespace usage
10+ - Type hinting when using well documented classes, methods and functions
11+ - Auto comments for classes/methods/functions
12+ - Code analyser
13+ - Automate code style feedback
14+ - Hints for "smelling code" to improve the code quality
15+ - Project/Folder management for extension projects
16+ - many addons/support for daily coding
17+
18+ The two current leading IDEs are [ Visual Studio Code] ( viual-studio-code.md ) and [ phpStorm] ( phpstorm.md )
19+
20+ :::caution TODO
21+
22+ This page is unfinished, please use the ** Edit this Page** link at the bottom of this page to help make it more useful.
23+
24+ :::
Original file line number Diff line number Diff line change 1+ phpStorm
2+ ========
Original file line number Diff line number Diff line change 1+ Visual Studio Code
2+ ==================
You can’t perform that action at this time.
0 commit comments