You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/faq/configuration.md
+1-14Lines changed: 1 addition & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -131,22 +131,9 @@ godot_gdnative_terminate!(_ as my_symbol_prefix_gdnative_terminate);
131
131
132
132
Yes, with NativeScript so long as you can create a `NativeScript` wrapper you can create GDScript bindings for a Rust crate. See the [logging recipe](../recipes/logging.md) for an example of wrapping a Rust logging crate for use with GDScript.
133
133
134
-
135
-
## How do I get auto-completion with rust-analyzer?
136
-
137
-
`godot-rust` generates most of the gdnative type's code at compile-time. Editors using [rust-analyzer](https://github.com/rust-analyzer/rust-analyzer) struggle to autocomplete those types:
138
-
139
-

140
-
141
-
142
-
People [reported](https://github.com/rust-analyzer/rust-analyzer/issues/5040) similar issues and found that switching on the `"rust-analyzer.cargo.loadOutDirsFromCheck": true` setting fixed it:
143
-
144
-

145
-
146
-
147
134
## How do I get auto-completion with IntelliJ-Rust plugin?
148
135
149
-
Similar to rust-analyzer, IntelliJ-Family IDEs struggle to autocomplete gdnative types generated at compile-time.
136
+
IntelliJ-Family IDEs struggle to autocomplete gdnative types generated at compile-time.
150
137
151
138
There are two problems preventing autocompletion of gdnative types in IntelliJ-Rust.
0 commit comments