Viewing profile — sient
sient
HN member- Joined
- Wed, Apr 03, 2013, 4:20 AM UTC
- HN karma
- 26
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About sient
No profile information was provided.
Recent public activity
-
comment
Comment #15732607
I'm happy with whatever works, but what I have in mind is very simple so I don't expect it to take a lot of engineering time :)
-
comment
Comment #15729984
> A killer feature of rtags me is its ability to run server on remote machine (of course source code must be mirrored too). I have a similar use case in mind, so I'm planning on tr…
-
comment
Comment #15727886
> Hi! I see you're using compile_commands.json. How are you handling header files? I've found that header files present problems for compile_commands since a number of tools using …
-
comment
Comment #15726141
See https://news.ycombinator.com/item?id=15725119
-
comment
Comment #15725119
At the moment, clangd and ycm are very similar projects; they are very limited compared to cquery. clangd and ycm support code completion, diagnostics, fixits, and goto declaration…
-
comment
Comment #15725036
I have not tested it, but it should be a relatively straightforward to get working. Feel free to file an issue on github.
-
comment
Comment #15723736
In what sense? cmake can generate compile_commands.json so projects built using cmake are supported.
-
comment
Comment #15723501
Eventually this will be supported with lsp-mode. If you check https://gitter.im/cquery-project/Lobby @topisani made good progress here quickly and already has cquery up and running…
-
comment
Comment #15722792
> All in all, it sounds like it would provide most of the IDE experience to VS Code. The only annoying part would be that you'll have to extract the compile flags from your build s…
-
comment
Comment #15722717
I tried using rtags before developing cquery, but found it did not perform well enough for Chrome when doing a huge number of semantic operations (I was hacking in support for code…
-
comment
Comment #15722587
Author here! Wasn't quite ready to post to HN yet since cquery is still in development, and I plan to eventually publish on the vscode marketplace so using cquery should be as simp…