Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adereksisusanto/vscode-codeigniter4-extension-pack

A collection of extensions for Codeigniter 4 development
https://github.com/adereksisusanto/vscode-codeigniter4-extension-pack

Last synced: 10 days ago
JSON representation

A collection of extensions for Codeigniter 4 development

Awesome Lists containing this project

README

        

# Codeigniter 4 Extension Pack for Visual Studio Code

Includes the basic extensions to get started with [Codeigniter](https://codeigniter.com) development in Visual Studio Code.

## Codeigniter 4 Extensions

| Extension | Version | Objective |
| ------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | ------------------------ |
| [Codeigniter 4 Snippets](https://marketplace.visualstudio.com/items?itemName=adereksisusanto.codeigniter4-snippets) | ![Latest Release](https://vsmarketplacebadge.apphb.com/version-short/adereksisusanto.codeigniter4-snippets.svg) | Codeigniter 4 Snippets |
| [DotENV](https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv) | ![Latest Release](https://vsmarketplacebadge.apphb.com/version-short/mikestead.dotenv.svg) | .env syntax highlighting |
| [PHP Debug](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug) | ![Latest Release](https://vsmarketplacebadge.apphb.com/version-short/felixfbecker.php-debug.svg) | PHP Debug |
| [PHP Intelephense](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client) | ![Latest Release](https://vsmarketplacebadge.apphb.com/version-short/bmewburn.vscode-intelephense-client.svg) | PHP Intelephense |

Open `File` -> `Preferences` -> `Settings`

```json
"emmet.triggerExpansionOnTab": true, // enable tab to expanse emmet tags
```

## Collaboration

| Extension | Objective |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| [EditorConfig for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) | EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. |

## Contact

Please file any [issues](https://github.com/adereksisusanto/vscode-codeigniter4-extension-pack/issues).