Imranh

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

    How to sort member functions with a class

    I like to see member functions within a class alphabetically sorted. For example: pubic class MyClass{    public void MethodB(){    }    public void MethodA(){    }} should get converted to  pubic ...