All Projects → King2500 → idea-php-advanced-autocomplete

King2500 / idea-php-advanced-autocomplete

Licence: MIT License
Plugin for PhpStorm IDE. Adds auto-completion support for various built-in PHP functions, where parameter is a string literal.

Programming Languages

java
68154 projects - #9 most used programming language
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to idea-php-advanced-autocomplete

Idea Php Symfony2 Plugin
IntelliJ IDEA / PhpStorm Symfony Plugin
Stars: ✭ 797 (+1298.25%)
Mutual labels:  autocomplete, intellij, phpstorm, intellij-plugin
idea-php-shopware-plugin
Shopware Plugin for PhpStorm which extends Symfony Plugin
Stars: ✭ 50 (-12.28%)
Mutual labels:  intellij, phpstorm, intellij-plugin, phpstorm-plugin
idea-php-typo3-plugin
TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
Stars: ✭ 93 (+63.16%)
Mutual labels:  intellij, phpstorm, intellij-plugin, phpstorm-plugin
laravel-query-intellij
💿 Laravel Query Builder integration for PhpStorm
Stars: ✭ 37 (-35.09%)
Mutual labels:  phpstorm, intellij-plugin, phpstorm-plugin
Runconfigurationasaction
Provides a way to use IntelliJ run configurations as buttons
Stars: ✭ 17 (-70.18%)
Mutual labels:  intellij, phpstorm, intellij-plugin
Idea Php Drupal Symfony2 Bridge
PhpStorm plugin to support Symfony components inside Drupal 8
Stars: ✭ 34 (-40.35%)
Mutual labels:  intellij, phpstorm, intellij-plugin
Magento2 Phpstorm Plugin
PHPStorm Plugin for Magento 2
Stars: ✭ 294 (+415.79%)
Mutual labels:  intellij, phpstorm, intellij-plugin
Idea Php Generics Plugin
Support generics types in PhpStorm via psalm / phpstan docblock
Stars: ✭ 146 (+156.14%)
Mutual labels:  intellij, phpstorm, intellij-plugin
Collector Intellij
A PhpStorm plugin for refactoring to collections
Stars: ✭ 114 (+100%)
Mutual labels:  intellij, phpstorm, intellij-plugin
Idea Php Toolbox
Collections of tools and improvements to make PhpStorm a little bit better
Stars: ✭ 147 (+157.89%)
Mutual labels:  intellij, phpstorm, intellij-plugin
Pydantic Pycharm Plugin
PyCharm plugin for pydantic. This plugin provides autocompletion, inspection, type-checking, inserting unfilled argument, and more.
Stars: ✭ 116 (+103.51%)
Mutual labels:  autocomplete, intellij, intellij-plugin
Tabnine Intellij
Jetbrains IDEs client for TabNine. Compatible with all IntelliJ-based IDEs. https://plugins.jetbrains.com/plugin/12798-tabnine
Stars: ✭ 140 (+145.61%)
Mutual labels:  autocomplete, intellij, phpstorm
dummytext-plugin
"Dummy Text Generator" plugin for Jetbrains IDEs
Stars: ✭ 31 (-45.61%)
Mutual labels:  intellij, phpstorm, intellij-plugin
Idea Php Laravel Plugin
Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
Stars: ✭ 537 (+842.11%)
Mutual labels:  intellij, phpstorm, intellij-plugin
Phpinspectionsea
A Static Code Analyzer for PHP (a PhpStorm/Idea Plugin)
Stars: ✭ 1,211 (+2024.56%)
Mutual labels:  intellij, phpstorm, intellij-plugin
Svelte Intellij
Svelte components in WebStorm and friends
Stars: ✭ 345 (+505.26%)
Mutual labels:  intellij, phpstorm, intellij-plugin
interstellar
Dark editor theme for JetBrains IDEs
Stars: ✭ 26 (-54.39%)
Mutual labels:  intellij, phpstorm, intellij-plugin
Yii2support
Yii2 Support for PhpStorm / IntelliJ IDEA
Stars: ✭ 280 (+391.23%)
Mutual labels:  intellij, phpstorm, intellij-plugin
Idea Php Annotation Plugin
Add PHP annotation support for PhpStorm and IntelliJ
Stars: ✭ 216 (+278.95%)
Mutual labels:  intellij, phpstorm, intellij-plugin
intellij-neos
Support for the Neos CMS in Intellij IDEA / PhpStorm
Stars: ✭ 37 (-35.09%)
Mutual labels:  intellij, phpstorm, intellij-plugin

PhpStorm IDE Plugin:
PHP Advanced AutoComplete

Version Downloads Downloads last month

Plugin URL: https://plugins.jetbrains.com/plugin/7276

Adds auto-completion support for various built-in PHP functions and methods, where parameter is a string literal.

The following functions are currently supported:

  • header / header_remove
    HTTP response headers, status codes, charsets, mime-types, locations, and much more

  • File and folder related functions and methods (fopen, file_get_contents, dir...)
    Files and/or folders paths relative to the current file (completion and reference)

  • date / strftime / DateTime::format etc
    Format characters and common format strings

  • strtotime / DateTime constructor / DateTime::modify
    DateTime notations

  • htmlentities / htmlspecialchars
    Supported charsets

  • mb_string functions
    Charset, where required; types for mb_get_info and supported languages for mb_language

  • extension_loaded
    Known PHP extensions

  • fopen / popen / SplFileInfo::openFile
    File modes

  • fsockopen / stream_socket_client
    Socket transports (tcp://, udp://, etc)

  • mysql_connect/mysqli_connect/mysqli/PDO
    Hostnames, database names and usernames from data sources defined in project

  • mysql_select_db/mysqli_select_db/mysqli::select_db
    Database names from data sources defined in project

  • mysqli_change_user/mysqli::change_user
    Usernames and database names from data sources defined in project

  • mysql_set_charset/mysqli_set_charset/mysqli::set_charset
    Supported charsets for MySQL

  • getenv
    Common environment variables (like in $_SERVER array keys)

If you have further suggestions/ideas, just send me an e-mail to phpstorm at king2500.net.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].