folding
Collapse all PHP functions in TextMate
I\'m a bit anal about how I fold and organize my code in TextMate, and one issue that continually bothers me about TextMate\'s code folding behavior is that, with PHP, if I have a file with a bunch of[详细]
2023-04-11 17:51 分类:问答How to keep code foldings in PHPStorm/WebStorm like in TextMate?
PHPStorm, unlike TextMate, \"forgets\" the folded code areas when closing and opening the file again.[详细]
2023-04-11 06:28 分类:问答Using cedet semantic wisent-ruby
I\'m just getting started setting up cedet following various guides including Alex Ott\'s. Here is what I have so far in my init file.[详细]
2023-04-09 08:22 分类:问答Automatic ruby folding in vim
Is there a way that I can setup vim to automatically fold ruby source files, but only fold at the method level regardless of the level that they are defined?[详细]
2023-04-09 00:41 分类:问答vim: auto-expand only fold in .pm file after loading file?
Here is my entire .vimrc: set ignorecase set scs let perl_fold=1 hi Folded cterm=bold ctermfg=yellow ctermbg=lightblue[详细]
2023-04-05 17:19 分类:问答Python code folding with Vim
I have开发者_如何学运维 tried a bunch of Python code folding plugins and I have seen this question asked once here, but they all don\'t seem to be too useful to achieve Python code folding in this man[详细]
2023-04-04 18:52 分类:问答Good folding/indenting for Rails.js.erb for Javascript/Jquery in Vim?
I\'m fairly new to vim/Macvim and am wondering if someone could kindly direct me to a plugin or resource on getting good indenting and folding in Vim for ruby on rails javascript erb files that are a[详细]
2023-04-01 10:03 分类:问答vim / NERDtree / folding - can it remember the state of folds?
Is there a way to make NERDtree remember the state of folds when switching from buffer to buffer? Here the my complete .vimrc:[详细]
2023-03-31 13:16 分类:问答NetBeans: Code folds do not appear on one of my PHP files
I\'m using the NetBeans IDE. Normally, every PHP file in my project has code folds: However, one PHP file in my project doesn\'t have code folds:[详细]
2023-03-31 05:11 分类:问答Using Vim, what is the best way to implement PHP code folding that only folds functions blocks?
I\'m currently using Vim to edit PHP files and would like to implement code folding for functions only. I\'ve tried setting the foldmethod=expr and using a regex with foldexpr in my .vimrc file. The p[详细]
2023-03-29 16:09 分类:问答