[Github-comments] [geany/geany] Support for Microsoft Language Server Protocol? (#1854)

elextr notifications at xxxxx
Mon May 7 10:16:57 UTC 2018


I think we have a fundamental misunderstanding of what is happening.

My understanding is that the plugin will get notified of characters the user types by the `editor-notify` signal, when it has a suitable sequence of identifier characters its sends those to the language server to get what possible autocompletes are available at that position.  When the language server returns the list the plugin displays its autocomplete dialog, and if the user selects one, the plugin inserts that using `editor_insert_text_block()`.  

So there is no Geany interaction with the autocompletion at all, and as I said Geany autocompletes should be turned off, you don't want two things trying to decide autocompletion at the same time, thats chaos.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1854#issuecomment-387022213
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180507/cec23803/attachment.html>


More information about the Github-comments mailing list