Difference between revisions of "CB Clangd Client"

From Code::Blocks
(create a new page for the clangd based code completion plugin)
 
m (update format)
Line 3: Line 3:
 
The main developer is Pecan.
 
The main developer is Pecan.
  
It use the What is clangd? — <nowiki>https://clangd.llvm.org/</nowiki> as a Language Server Protocol - Wikipedia — <nowiki>https://en.wikipedia.org/wiki/Language_Server_Protocol</nowiki>
+
It uses [https://clangd.llvm.org/ clangd] through [https://en.wikipedia.org/wiki/Language_Server_Protocol Language Server Protocol].
  
The related forum discussion is: Code completion using LSP and clangd <nowiki>https://forums.codeblocks.org/index.php/topic,24357.msg166136.html#msg166136</nowiki>
+
The related forum discussion is: [https://forums.codeblocks.org/index.php/topic,24357.msg166136.html Code completion using LSP and clangd]

Revision as of 07:31, 22 January 2022

The home page of this plugin is: https://sourceforge.net/projects/cb-clangd-client/

The main developer is Pecan.

It uses clangd through Language Server Protocol.

The related forum discussion is: — Code completion using LSP and clangd