mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:02:45 +00:00 
			
		
		
		
	HackStudio/LanguageServers: Move some components out of Cpp
This makes them available for use by other language servers. Also as a bonus, update the Shell language server to discover some symbols and add go-to-definition functionality :^)
This commit is contained in:
		
							parent
							
								
									0d17cf121c
								
							
						
					
					
						commit
						e59a631511
					
				
					 20 changed files with 400 additions and 318 deletions
				
			
		|  | @ -27,12 +27,12 @@ | |||
| #include "ParserAutoComplete.h" | ||||
| #include <AK/Assertions.h> | ||||
| #include <AK/HashTable.h> | ||||
| #include <DevTools/HackStudio/LanguageServers/Cpp/ClientConnection.h> | ||||
| #include <LibCpp/AST.h> | ||||
| #include <LibCpp/Lexer.h> | ||||
| #include <LibCpp/Parser.h> | ||||
| #include <LibCpp/Preprocessor.h> | ||||
| #include <LibRegex/Regex.h> | ||||
| #include <Userland/DevTools/HackStudio/LanguageServers/ClientConnection.h> | ||||
| 
 | ||||
| namespace LanguageServers::Cpp { | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AnotherTest
						AnotherTest