>>(((991460))) (((You)))
LSP
What the fuck is up with you tech?!
Are you this illiterate?
LSP describes an interface for smart code linting and auto suggestions. It has absolutely nothing to do with a server in terms of web.
Instead hoping, that your text editor supports for instance GCC's Linting (in terms of SublimeText via Sublime-Linter GCC) you simply get the Sublime LSP , which interprets the LSP info.
Now you can use Clang or ccls for instance to check you code and give linting and auto suggestions.
Sublime text for instance is too retarded to auto-complete commands from C libraries, but LSP allows clang to pull that information and auto complete all Parameters of a command from that library.
This is not possible with GCC's build in linting.
TL;DR, instead of hoping that your text editor does magic, it only needs to support one protocol and eg. Clang scans your code and provides linting to your text editor.
God dammit Zig Forums, I used to come to this place for inspiration for C coding.
When did this place become so retarded?
It's almost as if this is a parody.
Something or other happened on halfchan and all the faggots came here
Look man, we've been through these cycles many times. You get what you put in, want to talk about writing C? Start a thread about it.
kys
ebin
you do not belong here
Another shitty MS product that will only expand because of their infamous lobby and in the future not even they are going to use (as they did with MS servers/IIS shit)
Only that this "Ms product" is no piece of software, but an instruction to standardize text editor code linting. And most the "Servers" (what an unlucky name) is all FOSS.
(c-query, ccls, clangd)