From 40fb2f257f65537e9dcdca16cfaf85f8a0dbe53d Mon Sep 17 00:00:00 2001 From: SpontanCombust <61706594+SpontanCombust@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:56:39 +0200 Subject: [PATCH] update READMEs and docs home --- README.md | 2 +- docs/index.md | 2 ++ editors/vscode/README.md | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ac05ac5..616b9420 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ***WIDE*** (**W**itcherScript **I**ntegrated **D**evelopment **E**nvironment) is unofficial Witcher 3 modding tooling aimed at improving developer experience by supplying them with powerful code analysis tools in the form of an editor extension making use of a Language Server. -The goal is to have a full set of features that will make [ScriptStudio](https://witcher-games.fandom.com/wiki/Script_Studio) obsolete and reduce the overhead of fixing compilation errors detected when launching the game. +The goal is to provide a full set of features that the [ScriptStudio](https://witcher-games.fandom.com/wiki/Script_Studio) offers and more while at the same time being open-source. Currently the only supported client is Visual Studio Code. diff --git a/docs/index.md b/docs/index.md index 6a7dcd23..d250f7bd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,6 +2,8 @@ ***WIDE*** (**W**itcherScript **I**ntegrated **D**evelopment **E**nvironment) is an unofficial Witcher 3 modding tooling aimed at improving developer experience by supplying them with powerful code analysis tools in the form of an editor extension. +The goal is to provide a full set of features that the [ScriptStudio](https://witcher-games.fandom.com/wiki/Script_Studio) offers and more while at the same time being open-source. + WIDE includes an implementation of [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) for the WitcherScript language - a proprietary scripting language used by award winning game Witcher 3 Wild Hunt created by CD Projekt RED. Sections: diff --git a/editors/vscode/README.md b/editors/vscode/README.md index eb6c125b..f0521f19 100644 --- a/editors/vscode/README.md +++ b/editors/vscode/README.md @@ -2,6 +2,8 @@ ***WIDE*** (**W**itcherScript **I**ntegrated **D**evelopment **E**nvironment) is an unofficial Witcher 3 modding tooling aimed at improving developer experience by supplying them with powerful code analysis tools in the form of an editor extension. +The goal is to provide a full set of features that the [ScriptStudio](https://witcher-games.fandom.com/wiki/Script_Studio) offers and more while at the same time being open-source. + This extension provides support for Witcher 3's scripting language WitcherScript.