Skip to content

Commit 6f981f0

Browse files
jmielc2Calinou
andauthored
Update contributing/development/configuring_an_ide/clion.rst
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
1 parent 6e2c871 commit 6f981f0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

contributing/development/configuring_an_ide/clion.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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 and wait for the project to be fully indexed. If IntelliSense features such as code completion, parameter info, or refactoring are not enabled, you will need to load the project with CMake. To do this, find the `CMakeLists.txt` file in the `platform\android\java\nativeSrcsConfigs` directory, right click, and select `Load CMake Project`. Once the project reloads, a `godot` build configuration will be added. This configuration can be safely deleted as the CMake file will not build the project and only exists for loading the project in JetBrains IDEs.
18+
Then, open the Godot root directory with CLion and wait for the project to be fully indexed. If code completion, parameter information, or refactoring are not enabled, you will need to load the project with CMake. To do this, find the `CMakeLists.txt` file in the `platform\android\java\nativeSrcsConfigs` directory, right click, and select `Load CMake Project`. Once the project reloads, a `godot` build configuration will be added. This configuration can be safely deleted as the CMake file will not build the project and only exists for loading the project in JetBrains IDEs.
1919

2020
.. note:: Windows Users:
2121

0 commit comments

Comments
 (0)