Skip to content

Commit 7f614af

Browse files
authored
Merge pull request #11138 from jmielc2/update-clion-docs-with-intellisense-config
Update CLion IDE Setup Docs with Code Completion Configuration
2 parents e70b645 + 8ea49b4 commit 7f614af

File tree

1 file changed

+7
-1
lines changed
  • contributing/development/configuring_an_ide

1 file changed

+7
-1
lines changed

contributing/development/configuring_an_ide/clion.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ CLion can import a project's `compilation database file <https://clang.llvm.org/
1515

1616
scons compiledb=yes
1717

18-
Then, open the Godot root directory with CLion. CLion will import the compilation database, index the codebase, and provide autocompletion and other advanced code navigation and refactoring functionality.
18+
Then, open the Godot root directory with CLion and wait for the project to be fully
19+
indexed. If code completion, parameter information, or refactoring are not enabled,
20+
you will need to load the project with CMake. To do this, find the ``CMakeLists.txt``
21+
file in the ``platform\android\java\nativeSrcsConfigs`` directory, right click and
22+
select :button:`Load CMake Project`. Once the project reloads, a ``godot`` build configuration
23+
will be added. This configuration can be safely deleted as the CMake file will not
24+
build the project and only exists for loading the project in JetBrains IDEs.
1925

2026
.. note:: Windows Users:
2127

0 commit comments

Comments
 (0)