issues
search
Peekmo
/
atom-autocomplete-php
Autocomplete for PHP in atom editor
MIT License
136
stars
34
forks
source link
Enhancement - Ticket #144 - Add annotations for properties.
#195
Closed
ghost
closed
9 years ago
ghost
commented
9 years ago
Hello
This pull request:
Adds annotations for class properties.
Reduces code duplication by merging
getMethodContext
and
getPropertyContext
into one, as they already were mostly the same method.
Refactors the annotation provider so the new property provider can reuse most of the code from the existing method provider.
Hello
This pull request:
getMethodContext
andgetPropertyContext
into one, as they already were mostly the same method.