Ted Feng
Ted Feng
There's a new C/C++ language server: [cquery](https://github.com/cquery-project/cquery), which works quite well with VSCode. Just wondering the compatibility status between jucipp and cquery, or other language servers.
currently the left window is showing the project dirctories and files, it would be nice to have another one to show the tag list of the current opened file.
Sourceweb is a great source indexer and navigator . A side panel similar to the file browser panel that shows the tags of the current source file would comes very...
1. use system proxy 2. or add proxy settings.
Replay the log in same the speed as they are generated, using the timestamp in front of each line to replay the log, maybe allowing a maximum interval be specified...
Had a quick search with the error, ```error[E0787]: the `asm!` macro is not allowed in naked functions``` Found this: https://github.com/PacktPublishing/Asynchronous-Programming-in-Rust/issues/31 https://github.com/rust-lang/rust/pull/128651 looks like the "asm!" macro is not allowed in...