Sergey Morenko

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Sergey Morenko created a post,
    Completed

    How to turn off auto inserting comma

    Could you please help to find how to turn off auto inserting a comma after array item for instance   example (C#) var array = new [] {1 , 2, };   rider automatically insert a comma, how to turn it ...