@player-tools/json-language-service 0.2.2--canary.20.454

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # @player-tools/json-language-service
2
+
3
+ The player LSP currently supports:
4
+
5
+ * Validation - Errors and warnings for invalid content will be displayed and highlighted.
6
+ * Auto-completion - Valid properties and values will be auto-completed as a user types
7
+ * Code Actions - Certain fixable validations or refactors can be performed through a user-invoked action
8
+ * Hover Documentation - Documentation for some properties will be revealed onHover.