Skip to content
Discussion options

You must be logged in to vote

Hmm, interesting. So try the following - first check that document_symbols_enable=true is set in the [all] section. Then, uncomment the rpc_log=stdout line for the server, run Geany from the terminal and check the output in the terminal. You should see

[09:15:59.138] C --> S  req:   textDocument/documentSymbol
...
... <- various unrelated stuff in between
...
[09:15:59.829] C <-- S  resp:  textDocument/documentSymbol (691 ms)

This should appear every time you modify a C document - the client requests symbols from the server and the server sends the response back.

If you see this, you can try the full log by rpc_log_full=true - the result may be a little too verbose so you might need to r…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
1 reply
@Sturm0
Comment options

Comment options

You must be logged in to vote
8 replies
@Sturm0
Comment options

@techee
Comment options

Answer selected by Sturm0
@Sturm0
Comment options

@techee
Comment options

@Sturm0
Comment options

@techee
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants