Dominik Jain and Dominik Jain
ce9a4ef195
Add retrieve_content_around_line to Project (keeping LS version, too, for the time being),
...
such that FindReferencingSymbolsTool is now also implemented without a direct reference
to the language server
All references to Component.language_server have been removed
2025-07-09 23:38:20 +02:00
Dominik Jain and Dominik Jain
528d805aa4
Merge remote-tracking branch 'origin/main' into jetbrains
2025-07-09 23:00:51 +02:00
Dominik Jain and Dominik Jain
75436727d0
Refactoring: Remove names of methods moved to Project:
...
* search_files_for_pattern -> search_source_files_for_patterh
* request_parsed_files -> gather_source_files
2025-07-09 22:42:20 +02:00
Dominik Jain and Dominik Jain
c4d89f21e7
Move "search for pattern" functionality from LS to Project,
...
adding all necessary related functionality:
* Handling of ignored files
* Enumeration of source files
Functions removed from SolidLanguageServer:
* index_repository
* request_parsed_files
* search_files_for_pattern
Implement SearchForPatternTool without language server
2025-07-09 22:37:57 +02:00
Michael Panchenko
e8e417a18e
Refactoring, stage 1: move ls implementations one step up
...
Paths to jsons were adjusted in the modules, minimal change, tests run through
2025-07-05 12:46:37 +02:00
Michael Panchenko
463ea2e4a7
ruff, minor
2025-07-01 14:46:52 +02:00
Michael Panchenko
6c670f54bd
Fix in clojure tests: skipif needs a boolean, not a string
2025-07-01 14:23:22 +02:00
Miguel de Benito Delgado
3bd8c4a944
Factor a couple of constants for clojure tests out
2025-06-29 10:41:17 +02:00
Miguel de Benito Delgado
d097171a1a
Use pathlib in tests
2025-06-28 21:16:21 +02:00
Miguel de Benito Delgado
b95cc78cbd
Cosmetic
2025-06-28 20:48:50 +02:00
Miguel de Benito Delgado
151df419ae
Skip clojure tests on incompatible or missing cli
2025-06-28 20:37:29 +02:00
Miguel de Benito Delgado
f24ee42592
De-fluff
2025-06-28 14:00:21 +02:00
Miguel de Benito Delgado
5cedba39e3
Finish renaming and moving files after move to solidlsp
2025-06-28 11:45:47 +00:00