Solved IntelliSense for Rust? (C#)

Discussion in 'Rust Development' started by Pastori, Dec 4, 2015.

  1. How do I get Intellisense work with Rust .CS files? I have no clue at all, but I want something which shows available nested functions/subcommands.
     
  2. Thank you a lot.
    [DOUBLEPOST=1449363121,1449239195][/DOUBLEPOST]Anyways. Let's say that it doesn't show almost anything. It highlights, but in example if I have BasePlayer player and I type player. it doesn't open Intellisense for possible subarguments or whatever they are. It doesn't open list of possible subfunctions/commands/words whatever.

    I don't even know how to get player's username, because Docs is narrow.
     
  3. Wulf

    Wulf Community Admin

    Do you have Assembly-CSharp.dll as a reference? The BasePlayer is from that.
     
  4. Re-install helped.
     
    Last edited by a moderator: Dec 6, 2015