Live data from Hacker News

Viewing profile — sient

sient

HN member
Joined
Wed, Apr 03, 2013, 4:20 AM UTC
HN karma
26
Public activity
11 items

About sient

No profile information was provided.

Recent public activity

  1. 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 :)

  2. 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…

  3. 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 …

  4. comment
    Comment #15726141

    See https://news.ycombinator.com/item?id=15725119

  5. 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…

  6. 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.

  7. comment
    Comment #15723736

    In what sense? cmake can generate compile_commands.json so projects built using cmake are supported.

  8. 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…

  9. 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…

  10. 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…

  11. 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…