Feature I Love to added
Status: Beta
Brought to you by:
mattwat
1. ctags find symbol via tags better have a global
setting for tags location not only the default file path for
complex directory project.
2. AutoComplete for variable nor external LIB
3. Fold open/Close
3. Mark current word as search pattern and copy to clip
board
- Thanks :-)
Logged In: YES
user_id=751188
I'm considering implementing some kind of code tooltip
support in the future, most likely using ctags tag files.
Auto Complete already exists and can be used by pressing
Ctrl+Enter after you start typing a word. Folds also can be
expanded or contracted by clicking on the plus/minus box in
the margin.
Regarding the second number 3, you can simply press Ctrl+F3
(or Ctrl+Shift+F3 to search backwards) which will make the
current word a search pattern and begin a search. You can
copy the current word to the clipboard by pressing Ctrl+C
after it is selected.