Commit Verlauf

Autor SHA1 Nachricht Datum
  Rémi Verschelde 71066cd63b Update copyright statements to 2022 vor 3 Jahren
  Francois Belair 97958e2a38 Prevent LSP adding signal func to non GDScripts vor 3 Jahren
  Francois Belair ae3aec1dbc Makes LSP report new() as _init; fixes docstrings vor 4 Jahren
  Francois Belair 885d905b0d Make LSP send applyEdit to connect editor signals vor 4 Jahren
  Rémi Verschelde 632844e464 Merge pull request #51320 from pycbouh/docs-extract-theme-items-3.x vor 4 Jahren
  Francois Belair 6db17a523e Fix LSP completion crashing on sceneless scripts vor 4 Jahren
  Yuri Sizov fcbe5a3fde Add theme item descriptions to the online documentation vor 4 Jahren
  Francois Belair 1f0fa16a15 Fix LSP parsing get_node only from the scene root vor 4 Jahren
  Rémi Verschelde 63047093c9 Merge pull request #48616 from Razoric480/lsp-3x-rename vor 4 Jahren
  Francois Belair 802bb9c01f Implement LSP didSave notify and rename request vor 4 Jahren
  Francois Belair 59d72279ae Translate file path to URI on LSP symbol requests vor 4 Jahren
  Rémi Verschelde 140350d767 Style: Enforce braces around if blocks and loops vor 4 Jahren
  Rémi Verschelde a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) vor 4 Jahren
  Rémi Verschelde b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks vor 4 Jahren
  Rémi Verschelde 3d15f04668 Style: clang-format: Disable AllowShortIfStatementsOnASingleLine vor 4 Jahren
  Francois Belair 4e8e887748 Implement LSP didDeleteFiles to clear diagnostics vor 4 Jahren
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 vor 4 Jahren
  Rémi Verschelde 3edae035d5 GDScript LSP: Fix crash in notify_client vor 5 Jahren
  Rafael Delboni 5736e43fe4 fix: Return only scenes for script owners on LSP completion vor 5 Jahren
  Rafael Delboni ecfe9c24a2 Improve LSP completion using scene owner vor 5 Jahren
  Thakee Nathees 708aab7920 typo in gdscript_workspace.cpp/remove_cache_parser() fixed vor 5 Jahren
  geequlim d35c018a7a GDScript LSP: Implement signatureHelp vor 5 Jahren
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 vor 5 Jahren
  Rémi Verschelde ab3bccdb78 Fix typos with codespell vor 5 Jahren
  Marcel Admiraal d18b2e599d Remove all uses of ERR_EXPLAIN macros. vor 5 Jahren
  Geequlim 2b5b5874a2 lsp: Fix signature of void returned functions in native methods vor 6 Jahren
  geequlim 9f27a4838c Format documentations to markdown only when needed vor 6 Jahren
  geequlim e199488bc7 Add custom api `textDocument/nativeSymbol` to allow inspect native symbols from LSP clients vor 6 Jahren
  geequlim 6a8303f82f Implement DocumentLink of GDScript LSP Server vor 6 Jahren
  geequlim e5b91a15e6 Improve code compeletion for virtual methods with signatures vor 6 Jahren