File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ But as of now it is a completely new project with different design principles
2121
2222### Demo video
2323
24- Currently it has basic completion for classes and methods based on doc comments
25- and methods signature.
26-
2724Watch this short video to see what it can already do(image is clickable)
2825[ ![ ScreenShot] ( http://i1.ytimg.com/vi/Y54P2N1T6-I/maxresdefault.jpg )] ( https://www.youtube.com/watch?v=Y54P2N1T6-I )
2926
@@ -32,7 +29,7 @@ Project
3229
3330Padawan.php is an http server that parses your project and gives you
3431completions.
35- Padawan.php reads autoload classmap of a composer project, parses
32+ Padawan.php looks recursively for all php files of a composer project, parses
3633doc-comments and function declarations of each class and creates an index
3734from them. After that it autoupdates the index and gives you completion
3835as you type.
@@ -64,7 +61,7 @@ Plugins for editors
6461
6562If you wish to write your own plugin, vim plugin example may serve
6663as a source of inspiration. Look at
67- [ wiki page] ( https://github.com/mkusher/padawan.php/wiki/Editor -plugins ) for
64+ [ wiki page] ( https://github.com/mkusher/padawan.php/wiki/Editors' -plugins ) for
6865some documentation.
6966You are welcome to open an issue if you have any questions.
7067
You can’t perform that action at this time.
0 commit comments