While the LSP is just a protocol, the server part of it does not need to be hosted remotely. The "server" is generally implemented/run by the app itself (locally). Feel free to take off the hat (just this once ;). - Sean
On Wednesday, June 28, 2017 at 1:23:45 PM UTC-4, Kerri Hicks wrote: > > Correct me if I'm wrong, but doesn't LSP require that you are, > essentially, sharing your code with the remote server, as you type it/edit > it? That is, the remote server knows what keystrokes you're hitting when > (so that it can provide you service and advice), and those are transmitted > over the network? > > I remember, when Kite support was added last year, that was a concern of > many of us. (Kite is not an LSP, of course, but the functionality seems > similar.) > > Adjusting my tinfoil hat, > --Kerri > > On Wed, Jun 28, 2017 at 10:26 AM, Rob Lewis <[email protected] > <javascript:>> wrote: > >> Been reading about LSP, Language Server Protocol, a new technology that >> lets a program like an editor communicate with a "language server" to >> simplify the handling of programming language-specific features. >> >> Wondering what Bare Bones' stance on this is. >> >> -- >> This is the BBEdit Talk public discussion group. If you have a >> feature request or would like to report a problem, please email >> "[email protected] <javascript:>" rather than posting to the group. >> Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> >> --- >> You received this message because you are subscribed to the Google Groups >> "BBEdit Talk" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/bbedit. >> > > -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <https://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
