<p></p>
<blockquote>
<p dir="auto">Could be converted to synchronous - i.e. blocking until response from the server is received. Of course the question is whether that would be fast enough.</p>
</blockquote>
<p dir="auto">Since vscode is electron its hard to tell if visible delays are due to electron, or the server, or on a timer (like our ctags).  Some things are pretty quick, like showing a popup with a symbol definition, if its that fast it might be ok although thats only a lookup, and in only a single file 200 line C++ example I'm using.  But some things are slow, like highlighting, which can take about a second or two, that may be a timer or simply thats how long the server takes to do a proper compiler anaylsis of the syntax and semantics and respond.  Either way its too slow for in-typing use if synchronous.</p>
<p dir="auto">Of course I'm running it on a medium speed machine, worth a try on your Rpi.</p>
<p dir="auto">But none of this is relevant to using libreadtags which seems a fine idea.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/3049#issuecomment-994121403">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ7IDRSDTJZIKWYEQFTUQ7EKDANCNFSM5JUGWD2A">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AAIOWJ7BPMJJ5IJKJMAZ5DTUQ7EKDA5CNFSM5JUGWD2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHNARNOY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/3049#issuecomment-994121403",
"url": "https://github.com/geany/geany/pull/3049#issuecomment-994121403",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>