qrti/funcList: vsCode extension to list functions, symbols, bookmarks by configurable regular expressions

PHOTO EMBED

Thu May 26 2022 18:39:11 GMT+0000 (Coordinated Universal Time)

Saved by @ksypcgeneralon

"funcList": {
    "doubleSpacing": false,
    
    "filters": [
        {
            "extensions": [
                ".c",
                ".h"
            ],
            "native": "/^[a-z]+\\s+\\w+\\(/mgi",
            "display": "/\\S* +(\\w+)/1",
            "sort": 0
        },
        {
            ...
        }
    ]
}
content_copyCOPY

https://github.com/qrti/funclist