From d1a30ff8b698c36fee524bbeb06d38f375be0f89 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 2 Apr 2019 14:55:34 +0200 Subject: [PATCH] Doc: Add info about the language server plugin to the IDE Overview Change-Id: I634bd3c12fd59c4fa7647a625287c74bde10d49f Reviewed-by: David Schulz --- doc/src/overview/creator-only/creator-overview.qdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/src/overview/creator-only/creator-overview.qdoc b/doc/src/overview/creator-only/creator-overview.qdoc index c732d2d3d89..1f6f31936d1 100644 --- a/doc/src/overview/creator-only/creator-overview.qdoc +++ b/doc/src/overview/creator-only/creator-overview.qdoc @@ -79,6 +79,10 @@ languages as code, not just as plain text. This enables it to provide you with useful features, such as semantic highlighting, checking code syntax, code completion, and refactoring actions. + In addition, the experimental language server plugin provides + some of these services for other programming languages, such as + Python, for which a \e {language server} is available that + provides information about the code to IDEs. For more information, see \l{Coding}. \row \li \inlineimage creator_buildingrunning.png