Methods are important. Along namespaces and classes they give code highlevel structure. For me the name of a method is the most important part. The name communicates to me what the method does, and why it is there. Based on that information I decide whether I want to read the method body. If I can read method names faster, I can decide faster and become faster overall when working with code. This extension inserts whitespace into a CamelCase method name. This is best used together with my other extension: https://marketplace.visualstudio.com/items?itemName=halllo.MethodsBigger |