mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:42:45 +00:00 
			
		
		
		
	LanguageServers: Add function to collect TODO entries in a document
This commit is contained in:
		
							parent
							
								
									c397e030f4
								
							
						
					
					
						commit
						26a7356e90
					
				
					 12 changed files with 103 additions and 0 deletions
				
			
		|  | @ -31,4 +31,11 @@ void CodeComprehensionEngine::set_declarations_of_document(const String& filenam | |||
|         m_all_declarations.set(filename, declarations); | ||||
|     set_declarations_of_document_callback(filename, move(declarations)); | ||||
| } | ||||
| 
 | ||||
| void CodeComprehensionEngine::set_todo_entries_of_document(const String& filename, Vector<String>&& todo_entries) | ||||
| { | ||||
|     VERIFY(set_todo_entries_of_document_callback); | ||||
|     set_todo_entries_of_document_callback(filename, move(todo_entries)); | ||||
| } | ||||
| 
 | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Federico Guerinoni
						Federico Guerinoni