Jacob Dufault

Results 74 comments of Jacob Dufault

It's a WIP project that integrates [rtags](https://github.com/Andersbakken/rtags). I plan on publishing it when I have it in a more polished state. Best part is that enables code lens and it...

fwiw, this is probably fixed by https://github.com/patrys/vscode-code-outline/pull/27 (at least, it works using [cquery](https://github.com/jacobdufault/cquery) for C++ after that PR)

Looks like there are a few issues - `load`/`loadstring` is easily fixed, but when running tests I receive this error: ``` $ ../lua53.exe test.lua > testing lexer... expected: { `Local{...

For searching we just feed all lines into the vscode quick pick input and let vscode do the filtering, so iirc we don't know what part of any given line...