SYMBOL INDEX (10 symbols across 2 files) FILE: denops/@ddc-sources/necovim.ts type Params (line 9) | type Params = Record; class Source (line 11) | class Source extends BaseSource { method getCompletePosition (line 14) | override async getCompletePosition(args: { method gather (line 22) | override async gather(args: { method getPreviewer (line 32) | override async getPreviewer(args: { method params (line 49) | override params(): Params { return {}; } FILE: rplugin/python3/deoplete/source/vim.py class Source (line 11) | class Source(Base): method __init__ (line 12) | def __init__(self, vim): method get_complete_position (line 22) | def get_complete_position(self, context): method gather_candidates (line 26) | def gather_candidates(self, context):