Prashant Sachdeva

Results 9 comments of Prashant Sachdeva

Are there any updates here? I am also getting Eigen types parsed as 'int'. The project config has not changed, and the required Eigen files are included. This used to...

Update: I don't know what it was. I tried to locate the bug to a particular commit, but failed to reproduce it. And the code example given https://github.com/cquery-project/cquery/issues/659#issue-320854465 also does...

@pLesur You're right. I was hasty in saying that it corrected things. I think I located the faulty commit using git bisect. It is here: https://github.com/cquery-project/cquery/commit/43b4a30f11c6a0ff9ba880e827b02e9f6f84df06 Could you confirm that...

Here's a patch to correct the problem. I don't know why that commit was performed, so someone will have to tell me about that. @jacobdufault Maybe you can help? You...

I can confirm that the patch works on master for me. And yes, I purged the cache, and regenerated compile_commands.json too, just for good measure.

To be clear, I don't know whether that commit is the one to blame, but undoing a change there does correct the working of my system. I can verify this...

Is there an update on this? lsp-mode has that PR merged to master, and I believe I am up to date with all components of lsp and cquery, but I...

I was wondering where this is at and if I can help complete this. Do we have a good idea on the strategy to employ for this feature?

I expect this would also implement the same sub-word motion with "w" key as well. [VSTricks](https://marketplace.visualstudio.com/items?itemName=CodeMuncher1.VSTricks) provides the required navigation, but I cannot figure a way to get VsVim to...