diff --git a/readme.md b/readme.md index 758c96f1..05b62eb4 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,6 @@ Autogenerates multiple run configurations: - `Player` to Run/Debug or Profile game in one click. [Demo](https://youtu.be/FmaYKONV5NY?t=78) - `Editor` to Run/Debug or Profile Godot Editor in one click - `Attach` to debug already started player - - `WATSharp` to start the test-runner. [More](https://www.reddit.com/r/godot/comments/jl547k/official_jetbrains_godot_support_plugin_for_rider/) Context menu on a scene file allows running game directly to that scene. @@ -23,6 +22,8 @@ Delegates marked with [Signal] attribute would not be marked as unused. Support running XUnit/NUnit tests inside the game process. [More](https://github.com/JetBrains/godot-support/pull/58) +Supports Input Action and NodePath completion in string literals [More](https://github.com/JetBrains/godot-support/pull/102) + # Recomendations Add `.idea` to [.gitignore](https://github.com/van800/godot-demo-projects/pull/2/files#diff-a084b794bc0759e7a6b77810e01874f2R22)