File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,11 @@ use autocxx_engine::IncludeCppEngine;
169169/// # Did it work? How do I deal with failure?
170170///
171171/// Once you've achieved a successful build, you might wonder how to know what
172- /// bindings have been generated. `cargo expand` will show you. In the (near) future,
173- /// it's hoped that `rust-analyzer` will gain support for expanding procedural
174- /// macros and you'll be able to see the bindings from Rust IDEs.
172+ /// bindings have been generated. `cargo expand` will show you. Alternatively,
173+ /// you can get autocompletion within an IDE supported by Rust analyzer. You'll
174+ /// need to enable _both_:
175+ /// * Rust-analyzer: Proc Macro: Enable
176+ /// * Rust-analyzer: Experimental: Proc Attr Macros
175177///
176178/// Either way, you'll find (for sure!) that `autocxx` hasn't been able to generate
177179/// bindings for all your C++ APIs. This may manifest as a hard failure or a soft
You can’t perform that action at this time.
0 commit comments