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.
Solved IntelliSense for Rust? (C#)
Discussion in 'Rust Development' started by Pastori, Dec 4, 2015.
-
[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. -
Wulf Community Admin