Masatake YAMATO
Masatake YAMATO
- [ ] command-line completion rules (zsh and/or bash) #1168 - [ ] pygments highlighters for "tags" file format and ".ctags" [Write your own lexer](https://pygments.org/docs/lexerdevelopment/)
See https://github.com/liuchengxu/vista.vim/issues/386 .
https://github.com/liuchengxu/vista.vim/issues/386#issuecomment-779970120
PuppetManifest input: ``` class base { file { "/tmp/deepclassheir1": ensure => file, mode => '0755' } } class sub1 inherits base { file { "/tmp/deepclassheir2": ensure => file, mode =>...
Close #1883. To pass a file name started from "-" to the ctags command easier, this change introduces "--" as option terminator in the command line processing. $ cat ./-i...
(Bugs should not be listed here. Please, open an new issue.) - [x] recognize SetClass, SetMethod, and SetGeneric (objsys:S4) (#2671) - [x] recognize R6Class (#2671) - [ ] add a...
See #2654 - [x] [tagging imported object] (https://github.com/universal-ctags/ctags/pull/2654#discussion_r499113865) work in progress #2727. (done) - [ ] Refactor the code for parsing functions, short-functions and inner constructors, so parsing the name,...
Some parsers capturing the tokens referring to external entities as definitions tags. This should not[1]. Instead, it should capture as reference tags. The modifications for solving this issue may break...
Sometimes, I would like to see the raw (original) tag entry in the xref buffer; there are cases that kind and scope are not enough.
The peek window is for forward-reading. I wonder how useful if we can use it for backward-reading. 1. you are at an interesting function, "memmove":  2. you will do...