From 22dc4cc0cab72f536880af4e0705943496bd0792 Mon Sep 17 00:00:00 2001 From: hondres Date: Thu, 25 Feb 2016 15:06:40 +0100 Subject: [PATCH] add notice on how to get working code-completion in qtcreator --- reference/configuring_an_ide.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/configuring_an_ide.rst b/reference/configuring_an_ide.rst index c5bcc6f4a..cd7789e6f 100644 --- a/reference/configuring_an_ide.rst +++ b/reference/configuring_an_ide.rst @@ -85,6 +85,7 @@ Importing the project are added automatically. Potentially useful additions: \*.py for buildsystem files, \*.java for Android development, \*.mm for OSX. Click "Next". - Click *Finish*. +- Add a line containing ``.`` to *project_name.files* to get working code completion. Build and run ^^^^^^^^^^^^^