ReSharper 10 Postfix .arg not working
Are there any special requirements for using .arg?
I've tried to use it on several veriables but .arg is never suggested and won't work if I enter it manually.
var foo = 5;
foo.arg -> Cannot resolve symbol 'arg'
Please sign in to leave a comment.
Hello Kevin,
Thanks for the report. Submitted a new issue https://youtrack.jetbrains.com/issue/RSRP-451459 to YouTrack.
Thanks!
The solution is to press tab instead of enter with .arg OR double press Strg + Space in order to get code completion.
Thank you for the clarification.