drrb / rust-netbeans

NetBeans Rust plugin
GNU General Public License v3.0
52 stars 20 forks source link

Macros are treated as undefined + configuring racer for code completion #11

Closed rohitjoshi closed 6 years ago

rohitjoshi commented 9 years ago

First of all, thank you for creating Rust plugin for my favorite IDE Netbeans.

  1. I have logging macros like debug! and info! which are shown as undefined.
  2. Code completion doesn't seem to work out of the box. How do I configure racer path?
drrb commented 9 years ago

Thanks for raising this issue. Code completion is currently unsupported, though I'm hoping to add it in the future.

Regarding your macros, do they work when you run "cargo build" from the command line? What operating system are you using?