From c621d5d791a3facfa220bbbe625707871a747630 Mon Sep 17 00:00:00 2001 From: RubenKraft Date: Tue, 19 Nov 2024 15:23:30 +0000 Subject: [PATCH] docs: update Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bce112c..cac887d 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ It uses the LSP4J Framework in Version 0.23.1. ## Functionality Currently the Language Server has the following functionalities: - Syntax-Check -- Test Hovereffect. -- HelloWorld Autocomplete +- Hovereffect that displays the current hovered Word +- Autocomplete for ForLoops and Main Method. - Basic Autoformatting (removing every Space at the End of the Line)