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 simply increases the fontsize of a method name of a method definition. This is best used together with my other extension: https://marketplace.visualstudio.com/items?itemName=halllo.MethodsReadable |