Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jim committed Mar 25, 2024
1 parent 5b319bc commit a31cf09
Showing 1 changed file with 9 additions and 24 deletions.
33 changes: 9 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,9 @@ This repository contains:
The PHP code completion and the jump to definition/declaration/inclusion-file provided by [phpctags][:phpctags:].

- Support of [`auto-complete`][:gh-ac:], [`company-mode`][:gh-company:]
and [`helm`][:gh-helm:] (an apropos functionality)
- Auto Completion for built-in extensions
- PDO
- SPL
- mysqli
- SQLite3
- ...
- Auto Completion for PECL extensions
- Redis
- Imagick
- Swoole
- Memcache
- ...
- Auto Completion for built-in classes
- SplFileInfo
- DOMDocument
- SimpleXMLElement
- ...
- Auto Completion for user defined classes
- Auto Completion for built-in functions

- use [phpstorm stubs][:phpstorm-stubs:] for completion.

- Support of annotations and type hints
- Currently ships with [Spacemacs][:gh-spacemacs:]

Expand Down Expand Up @@ -271,6 +254,12 @@ $ cd /project/to/poject/root
$ touch .ac-php-conf.json
```

You can add the standard php library with [phpstorm stubs][:phpstorm-stubs:].
```
composer require jetbrains/phpstorm-stubs
```


And use `M-x company-complete` to complete.

### company-mode
Expand Down Expand Up @@ -429,10 +418,6 @@ filter result is:
`2.php` `31.php` will be ignored during tag generation;


You can also add the standard php library with [phpstorm stubs][:phpstorm-stubs:].
```
composer require jetbrains/phpstorm-stubs
```

### Rebuilding tags

Expand Down

0 comments on commit a31cf09

Please sign in to comment.