lsp.hpp 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787
  1. /*************************************************************************/
  2. /* lsp.hpp */
  3. /*************************************************************************/
  4. /* This file is part of: */
  5. /* GODOT ENGINE */
  6. /* https://godotengine.org */
  7. /*************************************************************************/
  8. /* Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. */
  9. /* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md). */
  10. /* */
  11. /* Permission is hereby granted, free of charge, to any person obtaining */
  12. /* a copy of this software and associated documentation files (the */
  13. /* "Software"), to deal in the Software without restriction, including */
  14. /* without limitation the rights to use, copy, modify, merge, publish, */
  15. /* distribute, sublicense, and/or sell copies of the Software, and to */
  16. /* permit persons to whom the Software is furnished to do so, subject to */
  17. /* the following conditions: */
  18. /* */
  19. /* The above copyright notice and this permission notice shall be */
  20. /* included in all copies or substantial portions of the Software. */
  21. /* */
  22. /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
  23. /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
  24. /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/
  25. /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
  26. /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
  27. /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
  28. /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
  29. /*************************************************************************/
  30. #ifndef GODOT_LSP_H
  31. #define GODOT_LSP_H
  32. #include "core/class_db.h"
  33. #include "core/list.h"
  34. #include "editor/doc_data.h"
  35. namespace lsp {
  36. typedef String DocumentUri;
  37. /** Format BBCode documentation from DocData to markdown */
  38. static String marked_documentation(const String &p_bbcode);
  39. /**
  40. * Text documents are identified using a URI. On the protocol level, URIs are passed as strings.
  41. */
  42. struct TextDocumentIdentifier {
  43. /**
  44. * The text document's URI.
  45. */
  46. DocumentUri uri;
  47. _FORCE_INLINE_ void load(const Dictionary &p_params) {
  48. uri = p_params["uri"];
  49. }
  50. _FORCE_INLINE_ Dictionary to_json() const {
  51. Dictionary dict;
  52. dict["uri"] = uri;
  53. return dict;
  54. }
  55. };
  56. /**
  57. * Position in a text document expressed as zero-based line and zero-based character offset.
  58. * A position is between two characters like an ‘insert’ cursor in a editor.
  59. * Special values like for example -1 to denote the end of a line are not supported.
  60. */
  61. struct Position {
  62. /**
  63. * Line position in a document (zero-based).
  64. */
  65. int line = 0;
  66. /**
  67. * Character offset on a line in a document (zero-based). Assuming that the line is
  68. * represented as a string, the `character` value represents the gap between the
  69. * `character` and `character + 1`.
  70. *
  71. * If the character value is greater than the line length it defaults back to the
  72. * line length.
  73. */
  74. int character = 0;
  75. _FORCE_INLINE_ void load(const Dictionary &p_params) {
  76. line = p_params["line"];
  77. character = p_params["character"];
  78. }
  79. _FORCE_INLINE_ Dictionary to_json() const {
  80. Dictionary dict;
  81. dict["line"] = line;
  82. dict["character"] = character;
  83. return dict;
  84. }
  85. };
  86. /**
  87. * A range in a text document expressed as (zero-based) start and end positions.
  88. * A range is comparable to a selection in an editor. Therefore the end position is exclusive.
  89. * If you want to specify a range that contains a line including the line ending character(s) then use an end position denoting the start of the next line.
  90. */
  91. struct Range {
  92. /**
  93. * The range's start position.
  94. */
  95. Position start;
  96. /**
  97. * The range's end position.
  98. */
  99. Position end;
  100. _FORCE_INLINE_ void load(const Dictionary &p_params) {
  101. start.load(p_params["start"]);
  102. end.load(p_params["end"]);
  103. }
  104. _FORCE_INLINE_ Dictionary to_json() const {
  105. Dictionary dict;
  106. dict["start"] = start.to_json();
  107. dict["end"] = end.to_json();
  108. return dict;
  109. }
  110. };
  111. /**
  112. * Represents a location inside a resource, such as a line inside a text file.
  113. */
  114. struct Location {
  115. DocumentUri uri;
  116. Range range;
  117. _FORCE_INLINE_ void load(const Dictionary &p_params) {
  118. uri = p_params["uri"];
  119. range.load(p_params["range"]);
  120. }
  121. _FORCE_INLINE_ Dictionary to_json() const {
  122. Dictionary dict;
  123. dict["uri"] = uri;
  124. dict["range"] = range.to_json();
  125. return dict;
  126. }
  127. };
  128. /**
  129. * Represents a link between a source and a target location.
  130. */
  131. struct LocationLink {
  132. /**
  133. * Span of the origin of this link.
  134. *
  135. * Used as the underlined span for mouse interaction. Defaults to the word range at
  136. * the mouse position.
  137. */
  138. Range *originSelectionRange = nullptr;
  139. /**
  140. * The target resource identifier of this link.
  141. */
  142. String targetUri;
  143. /**
  144. * The full target range of this link. If the target for example is a symbol then target range is the
  145. * range enclosing this symbol not including leading/trailing whitespace but everything else
  146. * like comments. This information is typically used to highlight the range in the editor.
  147. */
  148. Range targetRange;
  149. /**
  150. * The range that should be selected and revealed when this link is being followed, e.g the name of a function.
  151. * Must be contained by the the `targetRange`. See also `DocumentSymbol#range`
  152. */
  153. Range targetSelectionRange;
  154. };
  155. /**
  156. * A parameter literal used in requests to pass a text document and a position inside that document.
  157. */
  158. struct TextDocumentPositionParams {
  159. /**
  160. * The text document.
  161. */
  162. TextDocumentIdentifier textDocument;
  163. /**
  164. * The position inside the text document.
  165. */
  166. Position position;
  167. _FORCE_INLINE_ void load(const Dictionary &p_params) {
  168. textDocument.load(p_params["textDocument"]);
  169. position.load(p_params["position"]);
  170. }
  171. _FORCE_INLINE_ Dictionary to_json() const {
  172. Dictionary dict;
  173. dict["textDocument"] = textDocument.to_json();
  174. dict["position"] = position.to_json();
  175. return dict;
  176. }
  177. };
  178. struct DocumentLinkParams {
  179. /**
  180. * The document to provide document links for.
  181. */
  182. TextDocumentIdentifier textDocument;
  183. _FORCE_INLINE_ void load(const Dictionary &p_params) {
  184. textDocument.load(p_params["textDocument"]);
  185. }
  186. };
  187. /**
  188. * A document link is a range in a text document that links to an internal or external resource, like another
  189. * text document or a web site.
  190. */
  191. struct DocumentLink {
  192. /**
  193. * The range this link applies to.
  194. */
  195. Range range;
  196. /**
  197. * The uri this link points to. If missing a resolve request is sent later.
  198. */
  199. DocumentUri target;
  200. Dictionary to_json() const {
  201. Dictionary dict;
  202. dict["range"] = range.to_json();
  203. dict["target"] = target;
  204. return dict;
  205. }
  206. };
  207. /**
  208. * A textual edit applicable to a text document.
  209. */
  210. struct TextEdit {
  211. /**
  212. * The range of the text document to be manipulated. To insert
  213. * text into a document create a range where start === end.
  214. */
  215. Range range;
  216. /**
  217. * The string to be inserted. For delete operations use an
  218. * empty string.
  219. */
  220. String newText;
  221. };
  222. /**
  223. * Represents a reference to a command.
  224. * Provides a title which will be used to represent a command in the UI.
  225. * Commands are identified by a string identifier.
  226. * The recommended way to handle commands is to implement their execution on the server side if the client and server provides the corresponding capabilities.
  227. * Alternatively the tool extension code could handle the command. The protocol currently doesn’t specify a set of well-known commands.
  228. */
  229. struct Command {
  230. /**
  231. * Title of the command, like `save`.
  232. */
  233. String title;
  234. /**
  235. * The identifier of the actual command handler.
  236. */
  237. String command;
  238. /**
  239. * Arguments that the command handler should be
  240. * invoked with.
  241. */
  242. Array arguments;
  243. Dictionary to_json() const {
  244. Dictionary dict;
  245. dict["title"] = title;
  246. dict["command"] = command;
  247. if (arguments.size())
  248. dict["arguments"] = arguments;
  249. return dict;
  250. }
  251. };
  252. // Use namespace instead of enumeration to follow the LSP specifications
  253. // lsp::EnumName::EnumValue is OK but lsp::EnumValue is not
  254. namespace TextDocumentSyncKind {
  255. /**
  256. * Documents should not be synced at all.
  257. */
  258. static const int None = 0;
  259. /**
  260. * Documents are synced by always sending the full content
  261. * of the document.
  262. */
  263. static const int Full = 1;
  264. /**
  265. * Documents are synced by sending the full content on open.
  266. * After that only incremental updates to the document are
  267. * send.
  268. */
  269. static const int Incremental = 2;
  270. }; // namespace TextDocumentSyncKind
  271. /**
  272. * Completion options.
  273. */
  274. struct CompletionOptions {
  275. /**
  276. * The server provides support to resolve additional
  277. * information for a completion item.
  278. */
  279. bool resolveProvider = true;
  280. /**
  281. * The characters that trigger completion automatically.
  282. */
  283. Vector<String> triggerCharacters;
  284. CompletionOptions() {
  285. triggerCharacters.push_back(".");
  286. triggerCharacters.push_back("$");
  287. triggerCharacters.push_back("'");
  288. triggerCharacters.push_back("\"");
  289. }
  290. Dictionary to_json() const {
  291. Dictionary dict;
  292. dict["resolveProvider"] = resolveProvider;
  293. dict["triggerCharacters"] = triggerCharacters;
  294. return dict;
  295. }
  296. };
  297. /**
  298. * Signature help options.
  299. */
  300. struct SignatureHelpOptions {
  301. /**
  302. * The characters that trigger signature help
  303. * automatically.
  304. */
  305. Vector<String> triggerCharacters;
  306. Dictionary to_json() {
  307. Dictionary dict;
  308. dict["triggerCharacters"] = triggerCharacters;
  309. return dict;
  310. }
  311. };
  312. /**
  313. * Code Lens options.
  314. */
  315. struct CodeLensOptions {
  316. /**
  317. * Code lens has a resolve provider as well.
  318. */
  319. bool resolveProvider = false;
  320. Dictionary to_json() {
  321. Dictionary dict;
  322. dict["resolveProvider"] = resolveProvider;
  323. return dict;
  324. }
  325. };
  326. /**
  327. * Rename options
  328. */
  329. struct RenameOptions {
  330. /**
  331. * Renames should be checked and tested before being executed.
  332. */
  333. bool prepareProvider = false;
  334. Dictionary to_json() {
  335. Dictionary dict;
  336. dict["prepareProvider"] = prepareProvider;
  337. return dict;
  338. }
  339. };
  340. /**
  341. * Document link options.
  342. */
  343. struct DocumentLinkOptions {
  344. /**
  345. * Document links have a resolve provider as well.
  346. */
  347. bool resolveProvider = false;
  348. Dictionary to_json() {
  349. Dictionary dict;
  350. dict["resolveProvider"] = resolveProvider;
  351. return dict;
  352. }
  353. };
  354. /**
  355. * Execute command options.
  356. */
  357. struct ExecuteCommandOptions {
  358. /**
  359. * The commands to be executed on the server
  360. */
  361. Vector<String> commands;
  362. Dictionary to_json() {
  363. Dictionary dict;
  364. dict["commands"] = commands;
  365. return dict;
  366. }
  367. };
  368. /**
  369. * Save options.
  370. */
  371. struct SaveOptions {
  372. /**
  373. * The client is supposed to include the content on save.
  374. */
  375. bool includeText = true;
  376. Dictionary to_json() {
  377. Dictionary dict;
  378. dict["includeText"] = includeText;
  379. return dict;
  380. }
  381. };
  382. /**
  383. * Color provider options.
  384. */
  385. struct ColorProviderOptions {
  386. Dictionary to_json() {
  387. Dictionary dict;
  388. return dict;
  389. }
  390. };
  391. /**
  392. * Folding range provider options.
  393. */
  394. struct FoldingRangeProviderOptions {
  395. Dictionary to_json() {
  396. Dictionary dict;
  397. return dict;
  398. }
  399. };
  400. struct TextDocumentSyncOptions {
  401. /**
  402. * Open and close notifications are sent to the server. If omitted open close notification should not
  403. * be sent.
  404. */
  405. bool openClose = true;
  406. /**
  407. * Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full
  408. * and TextDocumentSyncKind.Incremental. If omitted it defaults to TextDocumentSyncKind.None.
  409. */
  410. int change = TextDocumentSyncKind::Full;
  411. /**
  412. * If present will save notifications are sent to the server. If omitted the notification should not be
  413. * sent.
  414. */
  415. bool willSave = false;
  416. /**
  417. * If present will save wait until requests are sent to the server. If omitted the request should not be
  418. * sent.
  419. */
  420. bool willSaveWaitUntil = false;
  421. /**
  422. * If present save notifications are sent to the server. If omitted the notification should not be
  423. * sent.
  424. */
  425. SaveOptions save;
  426. Dictionary to_json() {
  427. Dictionary dict;
  428. dict["willSaveWaitUntil"] = willSaveWaitUntil;
  429. dict["willSave"] = willSave;
  430. dict["openClose"] = openClose;
  431. dict["change"] = change;
  432. dict["save"] = save.to_json();
  433. return dict;
  434. }
  435. };
  436. /**
  437. * Static registration options to be returned in the initialize request.
  438. */
  439. struct StaticRegistrationOptions {
  440. /**
  441. * The id used to register the request. The id can be used to deregister
  442. * the request again. See also Registration#id.
  443. */
  444. String id;
  445. };
  446. /**
  447. * Format document on type options.
  448. */
  449. struct DocumentOnTypeFormattingOptions {
  450. /**
  451. * A character on which formatting should be triggered, like `}`.
  452. */
  453. String firstTriggerCharacter;
  454. /**
  455. * More trigger characters.
  456. */
  457. Vector<String> moreTriggerCharacter;
  458. Dictionary to_json() {
  459. Dictionary dict;
  460. dict["firstTriggerCharacter"] = firstTriggerCharacter;
  461. dict["moreTriggerCharacter"] = moreTriggerCharacter;
  462. return dict;
  463. }
  464. };
  465. struct TextDocumentItem {
  466. /**
  467. * The text document's URI.
  468. */
  469. DocumentUri uri;
  470. /**
  471. * The text document's language identifier.
  472. */
  473. String languageId;
  474. /**
  475. * The version number of this document (it will increase after each
  476. * change, including undo/redo).
  477. */
  478. int version;
  479. /**
  480. * The content of the opened text document.
  481. */
  482. String text;
  483. void load(const Dictionary &p_dict) {
  484. uri = p_dict["uri"];
  485. languageId = p_dict["languageId"];
  486. version = p_dict["version"];
  487. text = p_dict["text"];
  488. }
  489. Dictionary to_json() const {
  490. Dictionary dict;
  491. dict["uri"] = uri;
  492. dict["languageId"] = languageId;
  493. dict["version"] = version;
  494. dict["text"] = text;
  495. return dict;
  496. }
  497. };
  498. /**
  499. * An event describing a change to a text document. If range and rangeLength are omitted
  500. * the new text is considered to be the full content of the document.
  501. */
  502. struct TextDocumentContentChangeEvent {
  503. /**
  504. * The range of the document that changed.
  505. */
  506. Range range;
  507. /**
  508. * The length of the range that got replaced.
  509. */
  510. int rangeLength;
  511. /**
  512. * The new text of the range/document.
  513. */
  514. String text;
  515. void load(const Dictionary &p_params) {
  516. text = p_params["text"];
  517. rangeLength = p_params["rangeLength"];
  518. range.load(p_params["range"]);
  519. }
  520. };
  521. // Use namespace instead of enumeration to follow the LSP specifications
  522. namespace DiagnosticSeverity {
  523. /**
  524. * Reports an error.
  525. */
  526. static const int Error = 1;
  527. /**
  528. * Reports a warning.
  529. */
  530. static const int Warning = 2;
  531. /**
  532. * Reports an information.
  533. */
  534. static const int Information = 3;
  535. /**
  536. * Reports a hint.
  537. */
  538. static const int Hint = 4;
  539. }; // namespace DiagnosticSeverity
  540. /**
  541. * Represents a related message and source code location for a diagnostic. This should be
  542. * used to point to code locations that cause or related to a diagnostics, e.g when duplicating
  543. * a symbol in a scope.
  544. */
  545. struct DiagnosticRelatedInformation {
  546. /**
  547. * The location of this related diagnostic information.
  548. */
  549. Location location;
  550. /**
  551. * The message of this related diagnostic information.
  552. */
  553. String message;
  554. Dictionary to_json() const {
  555. Dictionary dict;
  556. dict["location"] = location.to_json(),
  557. dict["message"] = message;
  558. return dict;
  559. }
  560. };
  561. /**
  562. * Represents a diagnostic, such as a compiler error or warning.
  563. * Diagnostic objects are only valid in the scope of a resource.
  564. */
  565. struct Diagnostic {
  566. /**
  567. * The range at which the message applies.
  568. */
  569. Range range;
  570. /**
  571. * The diagnostic's severity. Can be omitted. If omitted it is up to the
  572. * client to interpret diagnostics as error, warning, info or hint.
  573. */
  574. int severity;
  575. /**
  576. * The diagnostic's code, which might appear in the user interface.
  577. */
  578. int code;
  579. /**
  580. * A human-readable string describing the source of this
  581. * diagnostic, e.g. 'typescript' or 'super lint'.
  582. */
  583. String source;
  584. /**
  585. * The diagnostic's message.
  586. */
  587. String message;
  588. /**
  589. * An array of related diagnostic information, e.g. when symbol-names within
  590. * a scope collide all definitions can be marked via this property.
  591. */
  592. Vector<DiagnosticRelatedInformation> relatedInformation;
  593. Dictionary to_json() const {
  594. Dictionary dict;
  595. dict["range"] = range.to_json();
  596. dict["code"] = code;
  597. dict["severity"] = severity;
  598. dict["message"] = message;
  599. dict["source"] = source;
  600. if (!relatedInformation.empty()) {
  601. Array arr;
  602. arr.resize(relatedInformation.size());
  603. for (int i = 0; i < relatedInformation.size(); i++) {
  604. arr[i] = relatedInformation[i].to_json();
  605. }
  606. dict["relatedInformation"] = arr;
  607. }
  608. return dict;
  609. }
  610. };
  611. // Use namespace instead of enumeration to follow the LSP specifications
  612. /**
  613. * Describes the content type that a client supports in various
  614. * result literals like `Hover`, `ParameterInfo` or `CompletionItem`.
  615. *
  616. * Please note that `MarkupKinds` must not start with a `$`. This kinds
  617. * are reserved for internal usage.
  618. */
  619. namespace MarkupKind {
  620. static const String PlainText = "plaintext";
  621. static const String Markdown = "markdown";
  622. }; // namespace MarkupKind
  623. /**
  624. * A `MarkupContent` literal represents a string value which content is interpreted base on its
  625. * kind flag. Currently the protocol supports `plaintext` and `markdown` as markup kinds.
  626. *
  627. * If the kind is `markdown` then the value can contain fenced code blocks like in GitHub issues.
  628. * See https://help.github.com/articles/creating-and-highlighting-code-blocks/#syntax-highlighting
  629. *
  630. * Here is an example how such a string can be constructed using JavaScript / TypeScript:
  631. * ```typescript
  632. * let markdown: MarkdownContent = {
  633. * kind: MarkupKind.Markdown,
  634. * value: [
  635. * '# Header',
  636. * 'Some text',
  637. * '```typescript',
  638. * 'someCode();',
  639. * '```'
  640. * ].join('\n')
  641. * };
  642. * ```
  643. *
  644. * *Please Note* that clients might sanitize the return markdown. A client could decide to
  645. * remove HTML from the markdown to avoid script execution.
  646. */
  647. struct MarkupContent {
  648. /**
  649. * The type of the Markup
  650. */
  651. String kind;
  652. /**
  653. * The content itself
  654. */
  655. String value;
  656. MarkupContent() {
  657. kind = MarkupKind::Markdown;
  658. }
  659. MarkupContent(const String &p_value) {
  660. value = p_value;
  661. kind = MarkupKind::Markdown;
  662. }
  663. Dictionary to_json() const {
  664. Dictionary dict;
  665. dict["kind"] = kind;
  666. dict["value"] = value;
  667. return dict;
  668. }
  669. };
  670. // Use namespace instead of enumeration to follow the LSP specifications
  671. // lsp::EnumName::EnumValue is OK but lsp::EnumValue is not
  672. // And here C++ compilers are unhappy with our enumeration name like Color, File, Reference etc.
  673. /**
  674. * The kind of a completion entry.
  675. */
  676. namespace CompletionItemKind {
  677. static const int Text = 1;
  678. static const int Method = 2;
  679. static const int Function = 3;
  680. static const int Constructor = 4;
  681. static const int Field = 5;
  682. static const int Variable = 6;
  683. static const int Class = 7;
  684. static const int Interface = 8;
  685. static const int Module = 9;
  686. static const int Property = 10;
  687. static const int Unit = 11;
  688. static const int Value = 12;
  689. static const int Enum = 13;
  690. static const int Keyword = 14;
  691. static const int Snippet = 15;
  692. static const int Color = 16;
  693. static const int File = 17;
  694. static const int Reference = 18;
  695. static const int Folder = 19;
  696. static const int EnumMember = 20;
  697. static const int Constant = 21;
  698. static const int Struct = 22;
  699. static const int Event = 23;
  700. static const int Operator = 24;
  701. static const int TypeParameter = 25;
  702. }; // namespace CompletionItemKind
  703. // Use namespace instead of enumeration to follow the LSP specifications
  704. /**
  705. * Defines whether the insert text in a completion item should be interpreted as
  706. * plain text or a snippet.
  707. */
  708. namespace InsertTextFormat {
  709. /**
  710. * The primary text to be inserted is treated as a plain string.
  711. */
  712. static const int PlainText = 1;
  713. /**
  714. * The primary text to be inserted is treated as a snippet.
  715. *
  716. * A snippet can define tab stops and placeholders with `$1`, `$2`
  717. * and `${3:foo}`. `$0` defines the final tab stop, it defaults to
  718. * the end of the snippet. Placeholders with equal identifiers are linked,
  719. * that is typing in one will update others too.
  720. */
  721. static const int Snippet = 2;
  722. }; // namespace InsertTextFormat
  723. struct CompletionItem {
  724. /**
  725. * The label of this completion item. By default
  726. * also the text that is inserted when selecting
  727. * this completion.
  728. */
  729. String label;
  730. /**
  731. * The kind of this completion item. Based of the kind
  732. * an icon is chosen by the editor. The standardized set
  733. * of available values is defined in `CompletionItemKind`.
  734. */
  735. int kind;
  736. /**
  737. * A human-readable string with additional information
  738. * about this item, like type or symbol information.
  739. */
  740. String detail;
  741. /**
  742. * A human-readable string that represents a doc-comment.
  743. */
  744. MarkupContent documentation;
  745. /**
  746. * Indicates if this item is deprecated.
  747. */
  748. bool deprecated = false;
  749. /**
  750. * Select this item when showing.
  751. *
  752. * *Note* that only one completion item can be selected and that the
  753. * tool / client decides which item that is. The rule is that the *first*
  754. * item of those that match best is selected.
  755. */
  756. bool preselect = false;
  757. /**
  758. * A string that should be used when comparing this item
  759. * with other items. When `falsy` the label is used.
  760. */
  761. String sortText;
  762. /**
  763. * A string that should be used when filtering a set of
  764. * completion items. When `falsy` the label is used.
  765. */
  766. String filterText;
  767. /**
  768. * A string that should be inserted into a document when selecting
  769. * this completion. When `falsy` the label is used.
  770. *
  771. * The `insertText` is subject to interpretation by the client side.
  772. * Some tools might not take the string literally. For example
  773. * VS Code when code complete is requested in this example `con<cursor position>`
  774. * and a completion item with an `insertText` of `console` is provided it
  775. * will only insert `sole`. Therefore it is recommended to use `textEdit` instead
  776. * since it avoids additional client side interpretation.
  777. *
  778. * @deprecated Use textEdit instead.
  779. */
  780. String insertText;
  781. /**
  782. * The format of the insert text. The format applies to both the `insertText` property
  783. * and the `newText` property of a provided `textEdit`.
  784. */
  785. int insertTextFormat;
  786. /**
  787. * An edit which is applied to a document when selecting this completion. When an edit is provided the value of
  788. * `insertText` is ignored.
  789. *
  790. * *Note:* The range of the edit must be a single line range and it must contain the position at which completion
  791. * has been requested.
  792. */
  793. TextEdit textEdit;
  794. /**
  795. * An optional array of additional text edits that are applied when
  796. * selecting this completion. Edits must not overlap (including the same insert position)
  797. * with the main edit nor with themselves.
  798. *
  799. * Additional text edits should be used to change text unrelated to the current cursor position
  800. * (for example adding an import statement at the top of the file if the completion item will
  801. * insert an unqualified type).
  802. */
  803. Vector<TextEdit> additionalTextEdits;
  804. /**
  805. * An optional set of characters that when pressed while this completion is active will accept it first and
  806. * then type that character. *Note* that all commit characters should have `length=1` and that superfluous
  807. * characters will be ignored.
  808. */
  809. Vector<String> commitCharacters;
  810. /**
  811. * An optional command that is executed *after* inserting this completion. *Note* that
  812. * additional modifications to the current document should be described with the
  813. * additionalTextEdits-property.
  814. */
  815. Command command;
  816. /**
  817. * A data entry field that is preserved on a completion item between
  818. * a completion and a completion resolve request.
  819. */
  820. Variant data;
  821. _FORCE_INLINE_ Dictionary to_json(bool resolved = false) const {
  822. Dictionary dict;
  823. dict["label"] = label;
  824. dict["kind"] = kind;
  825. dict["data"] = data;
  826. if (resolved) {
  827. dict["insertText"] = insertText;
  828. dict["detail"] = detail;
  829. dict["documentation"] = documentation.to_json();
  830. dict["deprecated"] = deprecated;
  831. dict["preselect"] = preselect;
  832. dict["sortText"] = sortText;
  833. dict["filterText"] = filterText;
  834. if (commitCharacters.size())
  835. dict["commitCharacters"] = commitCharacters;
  836. dict["command"] = command.to_json();
  837. }
  838. return dict;
  839. }
  840. void load(const Dictionary &p_dict) {
  841. if (p_dict.has("label"))
  842. label = p_dict["label"];
  843. if (p_dict.has("kind"))
  844. kind = p_dict["kind"];
  845. if (p_dict.has("detail"))
  846. detail = p_dict["detail"];
  847. if (p_dict.has("documentation")) {
  848. Variant doc = p_dict["documentation"];
  849. if (doc.get_type() == Variant::STRING) {
  850. documentation.value = doc;
  851. } else if (doc.get_type() == Variant::DICTIONARY) {
  852. Dictionary v = doc;
  853. documentation.value = v["value"];
  854. }
  855. }
  856. if (p_dict.has("deprecated"))
  857. deprecated = p_dict["deprecated"];
  858. if (p_dict.has("preselect"))
  859. preselect = p_dict["preselect"];
  860. if (p_dict.has("sortText"))
  861. sortText = p_dict["sortText"];
  862. if (p_dict.has("filterText"))
  863. filterText = p_dict["filterText"];
  864. if (p_dict.has("insertText"))
  865. insertText = p_dict["insertText"];
  866. if (p_dict.has("data"))
  867. data = p_dict["data"];
  868. }
  869. };
  870. /**
  871. * Represents a collection of [completion items](#CompletionItem) to be presented
  872. * in the editor.
  873. */
  874. struct CompletionList {
  875. /**
  876. * This list it not complete. Further typing should result in recomputing
  877. * this list.
  878. */
  879. bool isIncomplete;
  880. /**
  881. * The completion items.
  882. */
  883. Vector<CompletionItem> items;
  884. };
  885. // Use namespace instead of enumeration to follow the LSP specifications
  886. // lsp::EnumName::EnumValue is OK but lsp::EnumValue is not
  887. // And here C++ compilers are unhappy with our enumeration name like String, Array, Object etc
  888. /**
  889. * A symbol kind.
  890. */
  891. namespace SymbolKind {
  892. static const int File = 0;
  893. static const int Module = 1;
  894. static const int Namespace = 2;
  895. static const int Package = 3;
  896. static const int Class = 4;
  897. static const int Method = 5;
  898. static const int Property = 6;
  899. static const int Field = 7;
  900. static const int Constructor = 8;
  901. static const int Enum = 9;
  902. static const int Interface = 10;
  903. static const int Function = 11;
  904. static const int Variable = 12;
  905. static const int Constant = 13;
  906. static const int String = 14;
  907. static const int Number = 15;
  908. static const int Boolean = 16;
  909. static const int Array = 17;
  910. static const int Object = 18;
  911. static const int Key = 19;
  912. static const int Null = 20;
  913. static const int EnumMember = 21;
  914. static const int Struct = 22;
  915. static const int Event = 23;
  916. static const int Operator = 24;
  917. static const int TypeParameter = 25;
  918. }; // namespace SymbolKind
  919. /**
  920. * Represents information about programming constructs like variables, classes,
  921. * interfaces etc.
  922. */
  923. struct SymbolInformation {
  924. /**
  925. * The name of this symbol.
  926. */
  927. String name;
  928. /**
  929. * The kind of this symbol.
  930. */
  931. int kind = SymbolKind::File;
  932. /**
  933. * Indicates if this symbol is deprecated.
  934. */
  935. bool deprecated = false;
  936. /**
  937. * The location of this symbol. The location's range is used by a tool
  938. * to reveal the location in the editor. If the symbol is selected in the
  939. * tool the range's start information is used to position the cursor. So
  940. * the range usually spans more then the actual symbol's name and does
  941. * normally include things like visibility modifiers.
  942. *
  943. * The range doesn't have to denote a node range in the sense of a abstract
  944. * syntax tree. It can therefore not be used to re-construct a hierarchy of
  945. * the symbols.
  946. */
  947. Location location;
  948. /**
  949. * The name of the symbol containing this symbol. This information is for
  950. * user interface purposes (e.g. to render a qualifier in the user interface
  951. * if necessary). It can't be used to re-infer a hierarchy for the document
  952. * symbols.
  953. */
  954. String containerName;
  955. _FORCE_INLINE_ Dictionary to_json() const {
  956. Dictionary dict;
  957. dict["name"] = name;
  958. dict["kind"] = kind;
  959. dict["deprecated"] = deprecated;
  960. dict["location"] = location.to_json();
  961. dict["containerName"] = containerName;
  962. return dict;
  963. }
  964. };
  965. struct DocumentedSymbolInformation : public SymbolInformation {
  966. /**
  967. * A human-readable string with additional information
  968. */
  969. String detail;
  970. /**
  971. * A human-readable string that represents a doc-comment.
  972. */
  973. String documentation;
  974. };
  975. /**
  976. * Represents programming constructs like variables, classes, interfaces etc. that appear in a document. Document symbols can be
  977. * hierarchical and they have two ranges: one that encloses its definition and one that points to its most interesting range,
  978. * e.g. the range of an identifier.
  979. */
  980. struct DocumentSymbol {
  981. /**
  982. * The name of this symbol. Will be displayed in the user interface and therefore must not be
  983. * an empty string or a string only consisting of white spaces.
  984. */
  985. String name;
  986. /**
  987. * More detail for this symbol, e.g the signature of a function.
  988. */
  989. String detail;
  990. /**
  991. * Documentation for this symbol
  992. */
  993. String documentation;
  994. /**
  995. * Class name for the native symbols
  996. */
  997. String native_class;
  998. /**
  999. * The kind of this symbol.
  1000. */
  1001. int kind = SymbolKind::File;
  1002. /**
  1003. * Indicates if this symbol is deprecated.
  1004. */
  1005. bool deprecated = false;
  1006. /**
  1007. * The range enclosing this symbol not including leading/trailing whitespace but everything else
  1008. * like comments. This information is typically used to determine if the clients cursor is
  1009. * inside the symbol to reveal in the symbol in the UI.
  1010. */
  1011. Range range;
  1012. /**
  1013. * The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
  1014. * Must be contained by the `range`.
  1015. */
  1016. Range selectionRange;
  1017. DocumentUri uri;
  1018. String script_path;
  1019. /**
  1020. * Children of this symbol, e.g. properties of a class.
  1021. */
  1022. Vector<DocumentSymbol> children;
  1023. Dictionary to_json(bool with_doc = false) const {
  1024. Dictionary dict;
  1025. dict["name"] = name;
  1026. dict["detail"] = detail;
  1027. dict["kind"] = kind;
  1028. dict["deprecated"] = deprecated;
  1029. dict["range"] = range.to_json();
  1030. dict["selectionRange"] = selectionRange.to_json();
  1031. if (with_doc) {
  1032. dict["documentation"] = documentation;
  1033. dict["native_class"] = native_class;
  1034. }
  1035. Array arr;
  1036. arr.resize(children.size());
  1037. for (int i = 0; i < children.size(); i++) {
  1038. arr[i] = children[i].to_json(with_doc);
  1039. }
  1040. dict["children"] = arr;
  1041. return dict;
  1042. }
  1043. void symbol_tree_as_list(const String &p_uri, Vector<DocumentedSymbolInformation> &r_list, const String &p_container = "", bool p_join_name = false) const {
  1044. DocumentedSymbolInformation si;
  1045. if (p_join_name && !p_container.empty()) {
  1046. si.name = p_container + ">" + name;
  1047. } else {
  1048. si.name = name;
  1049. }
  1050. si.kind = kind;
  1051. si.containerName = p_container;
  1052. si.deprecated = deprecated;
  1053. si.location.uri = p_uri;
  1054. si.location.range = range;
  1055. si.detail = detail;
  1056. si.documentation = documentation;
  1057. r_list.push_back(si);
  1058. for (int i = 0; i < children.size(); i++) {
  1059. children[i].symbol_tree_as_list(p_uri, r_list, si.name, p_join_name);
  1060. }
  1061. }
  1062. _FORCE_INLINE_ MarkupContent render() const {
  1063. MarkupContent markdown;
  1064. if (detail.length()) {
  1065. markdown.value = "\t" + detail + "\n\n";
  1066. }
  1067. if (documentation.length()) {
  1068. markdown.value += marked_documentation(documentation) + "\n\n";
  1069. }
  1070. if (script_path.length()) {
  1071. markdown.value += "Defined in [" + script_path + "](" + uri + ")";
  1072. }
  1073. return markdown;
  1074. }
  1075. _FORCE_INLINE_ CompletionItem make_completion_item(bool resolved = false) const {
  1076. lsp::CompletionItem item;
  1077. item.label = name;
  1078. if (resolved) {
  1079. item.documentation = render();
  1080. }
  1081. switch (kind) {
  1082. case lsp::SymbolKind::Enum:
  1083. item.kind = lsp::CompletionItemKind::Enum;
  1084. break;
  1085. case lsp::SymbolKind::Class:
  1086. item.kind = lsp::CompletionItemKind::Class;
  1087. break;
  1088. case lsp::SymbolKind::Property:
  1089. item.kind = lsp::CompletionItemKind::Property;
  1090. break;
  1091. case lsp::SymbolKind::Method:
  1092. case lsp::SymbolKind::Function:
  1093. item.kind = lsp::CompletionItemKind::Method;
  1094. break;
  1095. case lsp::SymbolKind::Event:
  1096. item.kind = lsp::CompletionItemKind::Event;
  1097. break;
  1098. case lsp::SymbolKind::Constant:
  1099. item.kind = lsp::CompletionItemKind::Constant;
  1100. break;
  1101. case lsp::SymbolKind::Variable:
  1102. item.kind = lsp::CompletionItemKind::Variable;
  1103. break;
  1104. case lsp::SymbolKind::File:
  1105. item.kind = lsp::CompletionItemKind::File;
  1106. break;
  1107. default:
  1108. item.kind = lsp::CompletionItemKind::Text;
  1109. break;
  1110. }
  1111. return item;
  1112. }
  1113. };
  1114. struct NativeSymbolInspectParams {
  1115. String native_class;
  1116. String symbol_name;
  1117. void load(const Dictionary &p_params) {
  1118. native_class = p_params["native_class"];
  1119. symbol_name = p_params["symbol_name"];
  1120. }
  1121. };
  1122. /**
  1123. * Enum of known range kinds
  1124. */
  1125. namespace FoldingRangeKind {
  1126. /**
  1127. * Folding range for a comment
  1128. */
  1129. static const String Comment = "comment";
  1130. /**
  1131. * Folding range for a imports or includes
  1132. */
  1133. static const String Imports = "imports";
  1134. /**
  1135. * Folding range for a region (e.g. `#region`)
  1136. */
  1137. static const String Region = "region";
  1138. } // namespace FoldingRangeKind
  1139. /**
  1140. * Represents a folding range.
  1141. */
  1142. struct FoldingRange {
  1143. /**
  1144. * The zero-based line number from where the folded range starts.
  1145. */
  1146. int startLine = 0;
  1147. /**
  1148. * The zero-based character offset from where the folded range starts. If not defined, defaults to the length of the start line.
  1149. */
  1150. int startCharacter = 0;
  1151. /**
  1152. * The zero-based line number where the folded range ends.
  1153. */
  1154. int endLine = 0;
  1155. /**
  1156. * The zero-based character offset before the folded range ends. If not defined, defaults to the length of the end line.
  1157. */
  1158. int endCharacter = 0;
  1159. /**
  1160. * Describes the kind of the folding range such as `comment' or 'region'. The kind
  1161. * is used to categorize folding ranges and used by commands like 'Fold all comments'. See
  1162. * [FoldingRangeKind](#FoldingRangeKind) for an enumeration of standardized kinds.
  1163. */
  1164. String kind = FoldingRangeKind::Region;
  1165. _FORCE_INLINE_ Dictionary to_json() const {
  1166. Dictionary dict;
  1167. dict["startLine"] = startLine;
  1168. dict["startCharacter"] = startCharacter;
  1169. dict["endLine"] = endLine;
  1170. dict["endCharacter"] = endCharacter;
  1171. return dict;
  1172. }
  1173. };
  1174. // Use namespace instead of enumeration to follow the LSP specifications
  1175. /**
  1176. * How a completion was triggered
  1177. */
  1178. namespace CompletionTriggerKind {
  1179. /**
  1180. * Completion was triggered by typing an identifier (24x7 code
  1181. * complete), manual invocation (e.g Ctrl+Space) or via API.
  1182. */
  1183. static const int Invoked = 1;
  1184. /**
  1185. * Completion was triggered by a trigger character specified by
  1186. * the `triggerCharacters` properties of the `CompletionRegistrationOptions`.
  1187. */
  1188. static const int TriggerCharacter = 2;
  1189. /**
  1190. * Completion was re-triggered as the current completion list is incomplete.
  1191. */
  1192. static const int TriggerForIncompleteCompletions = 3;
  1193. } // namespace CompletionTriggerKind
  1194. /**
  1195. * Contains additional information about the context in which a completion request is triggered.
  1196. */
  1197. struct CompletionContext {
  1198. /**
  1199. * How the completion was triggered.
  1200. */
  1201. int triggerKind = CompletionTriggerKind::TriggerCharacter;
  1202. /**
  1203. * The trigger character (a single character) that has trigger code complete.
  1204. * Is undefined if `triggerKind !== CompletionTriggerKind.TriggerCharacter`
  1205. */
  1206. String triggerCharacter;
  1207. void load(const Dictionary &p_params) {
  1208. triggerKind = int(p_params["triggerKind"]);
  1209. triggerCharacter = p_params["triggerCharacter"];
  1210. }
  1211. };
  1212. struct CompletionParams : public TextDocumentPositionParams {
  1213. /**
  1214. * The completion context. This is only available if the client specifies
  1215. * to send this using `ClientCapabilities.textDocument.completion.contextSupport === true`
  1216. */
  1217. CompletionContext context;
  1218. void load(const Dictionary &p_params) {
  1219. TextDocumentPositionParams::load(p_params);
  1220. context.load(p_params["context"]);
  1221. }
  1222. };
  1223. /**
  1224. * The result of a hover request.
  1225. */
  1226. struct Hover {
  1227. /**
  1228. * The hover's content
  1229. */
  1230. MarkupContent contents;
  1231. /**
  1232. * An optional range is a range inside a text document
  1233. * that is used to visualize a hover, e.g. by changing the background color.
  1234. */
  1235. Range range;
  1236. _FORCE_INLINE_ Dictionary to_json() const {
  1237. Dictionary dict;
  1238. dict["range"] = range.to_json();
  1239. dict["contents"] = contents.to_json();
  1240. return dict;
  1241. }
  1242. };
  1243. /**
  1244. * Represents a parameter of a callable-signature. A parameter can
  1245. * have a label and a doc-comment.
  1246. */
  1247. struct ParameterInformation {
  1248. /**
  1249. * The label of this parameter information.
  1250. *
  1251. * Either a string or an inclusive start and exclusive end offsets within its containing
  1252. * signature label. (see SignatureInformation.label). The offsets are based on a UTF-16
  1253. * string representation as `Position` and `Range` does.
  1254. *
  1255. * *Note*: a label of type string should be a substring of its containing signature label.
  1256. * Its intended use case is to highlight the parameter label part in the `SignatureInformation.label`.
  1257. */
  1258. String label;
  1259. /**
  1260. * The human-readable doc-comment of this parameter. Will be shown
  1261. * in the UI but can be omitted.
  1262. */
  1263. MarkupContent documentation;
  1264. Dictionary to_json() const {
  1265. Dictionary dict;
  1266. dict["label"] = label;
  1267. dict["documentation"] = documentation.to_json();
  1268. return dict;
  1269. }
  1270. };
  1271. /**
  1272. * Represents the signature of something callable. A signature
  1273. * can have a label, like a function-name, a doc-comment, and
  1274. * a set of parameters.
  1275. */
  1276. struct SignatureInformation {
  1277. /**
  1278. * The label of this signature. Will be shown in
  1279. * the UI.
  1280. */
  1281. String label;
  1282. /**
  1283. * The human-readable doc-comment of this signature. Will be shown
  1284. * in the UI but can be omitted.
  1285. */
  1286. MarkupContent documentation;
  1287. /**
  1288. * The parameters of this signature.
  1289. */
  1290. Vector<ParameterInformation> parameters;
  1291. Dictionary to_json() const {
  1292. Dictionary dict;
  1293. dict["label"] = label;
  1294. dict["documentation"] = documentation.to_json();
  1295. Array args;
  1296. for (int i = 0; i < parameters.size(); i++) {
  1297. args.push_back(parameters[i].to_json());
  1298. }
  1299. dict["parameters"] = args;
  1300. return dict;
  1301. }
  1302. };
  1303. /**
  1304. * Signature help represents the signature of something
  1305. * callable. There can be multiple signature but only one
  1306. * active and only one active parameter.
  1307. */
  1308. struct SignatureHelp {
  1309. /**
  1310. * One or more signatures.
  1311. */
  1312. Vector<SignatureInformation> signatures;
  1313. /**
  1314. * The active signature. If omitted or the value lies outside the
  1315. * range of `signatures` the value defaults to zero or is ignored if
  1316. * `signatures.length === 0`. Whenever possible implementors should
  1317. * make an active decision about the active signature and shouldn't
  1318. * rely on a default value.
  1319. * In future version of the protocol this property might become
  1320. * mandatory to better express this.
  1321. */
  1322. int activeSignature = 0;
  1323. /**
  1324. * The active parameter of the active signature. If omitted or the value
  1325. * lies outside the range of `signatures[activeSignature].parameters`
  1326. * defaults to 0 if the active signature has parameters. If
  1327. * the active signature has no parameters it is ignored.
  1328. * In future version of the protocol this property might become
  1329. * mandatory to better express the active parameter if the
  1330. * active signature does have any.
  1331. */
  1332. int activeParameter = 0;
  1333. Dictionary to_json() const {
  1334. Dictionary dict;
  1335. Array sigs;
  1336. for (int i = 0; i < signatures.size(); i++) {
  1337. sigs.push_back(signatures[i].to_json());
  1338. }
  1339. dict["signatures"] = sigs;
  1340. dict["activeSignature"] = activeSignature;
  1341. dict["activeParameter"] = activeParameter;
  1342. return dict;
  1343. }
  1344. };
  1345. struct ServerCapabilities {
  1346. /**
  1347. * Defines how text documents are synced. Is either a detailed structure defining each notification or
  1348. * for backwards compatibility the TextDocumentSyncKind number. If omitted it defaults to `TextDocumentSyncKind.None`.
  1349. */
  1350. TextDocumentSyncOptions textDocumentSync;
  1351. /**
  1352. * The server provides hover support.
  1353. */
  1354. bool hoverProvider = true;
  1355. /**
  1356. * The server provides completion support.
  1357. */
  1358. CompletionOptions completionProvider;
  1359. /**
  1360. * The server provides signature help support.
  1361. */
  1362. SignatureHelpOptions signatureHelpProvider;
  1363. /**
  1364. * The server provides goto definition support.
  1365. */
  1366. bool definitionProvider = true;
  1367. /**
  1368. * The server provides Goto Type Definition support.
  1369. *
  1370. * Since 3.6.0
  1371. */
  1372. bool typeDefinitionProvider = false;
  1373. /**
  1374. * The server provides Goto Implementation support.
  1375. *
  1376. * Since 3.6.0
  1377. */
  1378. bool implementationProvider = false;
  1379. /**
  1380. * The server provides find references support.
  1381. */
  1382. bool referencesProvider = false;
  1383. /**
  1384. * The server provides document highlight support.
  1385. */
  1386. bool documentHighlightProvider = false;
  1387. /**
  1388. * The server provides document symbol support.
  1389. */
  1390. bool documentSymbolProvider = true;
  1391. /**
  1392. * The server provides workspace symbol support.
  1393. */
  1394. bool workspaceSymbolProvider = true;
  1395. /**
  1396. * The server provides code actions. The `CodeActionOptions` return type is only
  1397. * valid if the client signals code action literal support via the property
  1398. * `textDocument.codeAction.codeActionLiteralSupport`.
  1399. */
  1400. bool codeActionProvider = false;
  1401. /**
  1402. * The server provides code lens.
  1403. */
  1404. CodeLensOptions codeLensProvider;
  1405. /**
  1406. * The server provides document formatting.
  1407. */
  1408. bool documentFormattingProvider = false;
  1409. /**
  1410. * The server provides document range formatting.
  1411. */
  1412. bool documentRangeFormattingProvider = false;
  1413. /**
  1414. * The server provides document formatting on typing.
  1415. */
  1416. DocumentOnTypeFormattingOptions documentOnTypeFormattingProvider;
  1417. /**
  1418. * The server provides rename support. RenameOptions may only be
  1419. * specified if the client states that it supports
  1420. * `prepareSupport` in its initial `initialize` request.
  1421. */
  1422. RenameOptions renameProvider;
  1423. /**
  1424. * The server provides document link support.
  1425. */
  1426. DocumentLinkOptions documentLinkProvider;
  1427. /**
  1428. * The server provides color provider support.
  1429. *
  1430. * Since 3.6.0
  1431. */
  1432. ColorProviderOptions colorProvider;
  1433. /**
  1434. * The server provides folding provider support.
  1435. *
  1436. * Since 3.10.0
  1437. */
  1438. FoldingRangeProviderOptions foldingRangeProvider;
  1439. /**
  1440. * The server provides go to declaration support.
  1441. *
  1442. * Since 3.14.0
  1443. */
  1444. bool declarationProvider = true;
  1445. /**
  1446. * The server provides execute command support.
  1447. */
  1448. ExecuteCommandOptions executeCommandProvider;
  1449. _FORCE_INLINE_ Dictionary to_json() {
  1450. Dictionary dict;
  1451. dict["textDocumentSync"] = (int)textDocumentSync.change;
  1452. dict["completionProvider"] = completionProvider.to_json();
  1453. signatureHelpProvider.triggerCharacters.push_back(",");
  1454. signatureHelpProvider.triggerCharacters.push_back("(");
  1455. dict["signatureHelpProvider"] = signatureHelpProvider.to_json();
  1456. dict["codeLensProvider"] = false; // codeLensProvider.to_json();
  1457. dict["documentOnTypeFormattingProvider"] = documentOnTypeFormattingProvider.to_json();
  1458. dict["renameProvider"] = renameProvider.to_json();
  1459. dict["documentLinkProvider"] = documentLinkProvider.to_json();
  1460. dict["colorProvider"] = false; // colorProvider.to_json();
  1461. dict["foldingRangeProvider"] = false; //foldingRangeProvider.to_json();
  1462. dict["executeCommandProvider"] = executeCommandProvider.to_json();
  1463. dict["hoverProvider"] = hoverProvider;
  1464. dict["definitionProvider"] = definitionProvider;
  1465. dict["typeDefinitionProvider"] = typeDefinitionProvider;
  1466. dict["implementationProvider"] = implementationProvider;
  1467. dict["referencesProvider"] = referencesProvider;
  1468. dict["documentHighlightProvider"] = documentHighlightProvider;
  1469. dict["documentSymbolProvider"] = documentSymbolProvider;
  1470. dict["workspaceSymbolProvider"] = workspaceSymbolProvider;
  1471. dict["codeActionProvider"] = codeActionProvider;
  1472. dict["documentFormattingProvider"] = documentFormattingProvider;
  1473. dict["documentRangeFormattingProvider"] = documentRangeFormattingProvider;
  1474. dict["declarationProvider"] = declarationProvider;
  1475. return dict;
  1476. }
  1477. };
  1478. struct InitializeResult {
  1479. /**
  1480. * The capabilities the language server provides.
  1481. */
  1482. ServerCapabilities capabilities;
  1483. _FORCE_INLINE_ Dictionary to_json() {
  1484. Dictionary dict;
  1485. dict["capabilities"] = capabilities.to_json();
  1486. return dict;
  1487. }
  1488. };
  1489. struct GodotNativeClassInfo {
  1490. String name;
  1491. const DocData::ClassDoc *class_doc = nullptr;
  1492. const ClassDB::ClassInfo *class_info = nullptr;
  1493. Dictionary to_json() {
  1494. Dictionary dict;
  1495. dict["name"] = name;
  1496. dict["inherits"] = class_doc->inherits;
  1497. return dict;
  1498. }
  1499. };
  1500. /** Features not included in the standard lsp specifications */
  1501. struct GodotCapabilities {
  1502. /**
  1503. * Native class list
  1504. */
  1505. List<GodotNativeClassInfo> native_classes;
  1506. Dictionary to_json() {
  1507. Dictionary dict;
  1508. Array classes;
  1509. for (List<GodotNativeClassInfo>::Element *E = native_classes.front(); E; E = E->next()) {
  1510. classes.push_back(E->get().to_json());
  1511. }
  1512. dict["native_classes"] = classes;
  1513. return dict;
  1514. }
  1515. };
  1516. /** Format BBCode documentation from DocData to markdown */
  1517. static String marked_documentation(const String &p_bbcode) {
  1518. String markdown = p_bbcode.strip_edges();
  1519. Vector<String> lines = markdown.split("\n");
  1520. bool in_code_block = false;
  1521. int code_block_indent = -1;
  1522. markdown = "";
  1523. for (int i = 0; i < lines.size(); i++) {
  1524. String line = lines[i];
  1525. int block_start = line.find("[codeblock]");
  1526. if (block_start != -1) {
  1527. code_block_indent = block_start;
  1528. in_code_block = true;
  1529. line = "\n";
  1530. } else if (in_code_block) {
  1531. line = "\t" + line.substr(code_block_indent, line.length());
  1532. }
  1533. if (in_code_block && line.find("[/codeblock]") != -1) {
  1534. line = "\n";
  1535. in_code_block = false;
  1536. }
  1537. if (!in_code_block) {
  1538. line = line.strip_edges();
  1539. line = line.replace("[code]", "`");
  1540. line = line.replace("[/code]", "`");
  1541. line = line.replace("[i]", "*");
  1542. line = line.replace("[/i]", "*");
  1543. line = line.replace("[b]", "**");
  1544. line = line.replace("[/b]", "**");
  1545. line = line.replace("[u]", "__");
  1546. line = line.replace("[/u]", "__");
  1547. line = line.replace("[method ", "`");
  1548. line = line.replace("[member ", "`");
  1549. line = line.replace("[signal ", "`");
  1550. line = line.replace("[enum ", "`");
  1551. line = line.replace("[constant ", "`");
  1552. line = line.replace("[", "`");
  1553. line = line.replace("]", "`");
  1554. }
  1555. if (!in_code_block && i < lines.size() - 1) {
  1556. line += "\n\n";
  1557. } else if (i < lines.size() - 1) {
  1558. line += "\n";
  1559. }
  1560. markdown += line;
  1561. }
  1562. return markdown;
  1563. }
  1564. } // namespace lsp
  1565. #endif