Geequlim před 8 roky
rodič
revize
1896f52646
1 změnil soubory, kde provedl 13 přidání a 1 odebrání
  1. 13 1
      README.md

+ 13 - 1
README.md

@@ -5,8 +5,18 @@ Tools for Visual Studio Code to make game development better with the [Godot Gam
 The plugin make it is possible to code GDScript with Visual Studio Code feel like in Godot Editor.
 The plugin make it is possible to code GDScript with Visual Studio Code feel like in Godot Editor.
 
 
 * GDScript syntax highlight
 * GDScript syntax highlight
-* Static code validating
+* `tres` and `tscn` syntax highlight
 * Code completion
 * Code completion
+* Static code validating
+* Run project or opened scene
+
+## Commands
+
+* Update Workspace Symbols
+* Run workspace as godot project
+* Open workspace with godot editor
+* Run current scene
+
 
 
 ## Requirements
 ## Requirements
 
 
@@ -25,6 +35,8 @@ This extension contributes the following settings:
 
 
 * `GodotTools.maxNumberOfProblems`: The maxmum number of problems in your workspace 
 * `GodotTools.maxNumberOfProblems`: The maxmum number of problems in your workspace 
 
 
+*  `GodotTools.editorPath`: The absolute path of your godot editor to run projects and scenes
+
 ## Known Issues
 ## Known Issues
 
 
 Please feel free to open issues and pull requirests on github about the [Godot-Tools](https://github.com/GodotExplorer/godot-tools) plugin and [the modules](https://github.com/GodotExplorer/editor-server). 
 Please feel free to open issues and pull requirests on github about the [Godot-Tools](https://github.com/GodotExplorer/godot-tools) plugin and [the modules](https://github.com/GodotExplorer/editor-server).