Skip to content

Commit 848c245

Browse files
committed
Add VSC & phpStorm as IDE
1 parent 881e9b8 commit 848c245

File tree

4 files changed

+28
-11
lines changed

4 files changed

+28
-11
lines changed

docs/get-started/ide.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/get-started/ide/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
:::

docs/get-started/ide/phpstorm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
phpStorm
2+
========
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Visual Studio Code
2+
==================

0 commit comments

Comments
 (0)