php-foldexpr.vim icon indicating copy to clipboard operation
php-foldexpr.vim copied to clipboard

Vim folding for PHP with foldexpr

Results 11 php-foldexpr.vim issues
Sort by recently updated
recently updated
newest added

I added the following configuration variables to my .vimrc: ``` let b:phpfold_text_right_lines=1 let b:phpfold_text_percent = 0 let b:phpfold_doc_with_funcs=0 let b:phpfold_docblocks=1 ``` ``` +-- 12 lines: public __construct() {...} - StylesController...

Hi, I was looking into getting folding for php files that are mixed with html, but apparently it's not getting right? See below. Perhaps I am missing any specific configuration?...

@swekaj , first, thanks for the plugin. Been using it for several weeks now and for the most part has been working well. One area where it has not worked...

I am using vim-plug. I followed the instructions for installing, and :PlugInstall shows that php-foldexpr is installed. However when I open a php file in vim. There is no code...

Not sure if you'd want this, so feel free to close this PR if you'd rather keep them on the buffer. I don't mind keeping my fork open for me...

Profile info ``` FUNCTIONS SORTED ON TOTAL TIME count total (s) self (s) function 186694 132.447726 45.251909 GetPhpFold() 166864 87.179004 FindPrevClassFunc() 13 4.674672 0.002486 86_UpdateErrors() 13 3.091846 0.008128 86_CacheErrors() ```...

foldexpr

Methods folded correct, names of methods not displayed: 30 class Zend_Locale 31 { ... - 1051 +-- 8 lines folded - 1059 +-- 7 lines folded - 1066 +-- 7...

I don't have any bug to report or enhancement to offer, but just wanted to let you know that I am extremely impressed with your vim addon. Thank you very...

While these are useful, I often find they're a bit of overkill, esp. if a function has lots of `if {}` logic in it, I spend a lot of time...

enhancement
foldexpr