Hi everyone 👋
Recently built a VS Code extension called NeuraName that helps improve code clarity by flagging vague or misleading function names.
It analyzes the logic inside your functions and highlights names that don’t semantically match what the function actually does.
Currently, it shows two levels of severity — medium and high — depending on how misleading or generic the function name is.
Example:
def save():
actually deletes the file
→ ⚠️ NeuraName: “High severity — misleading function name.”
🔗 https://tinyurl.com/3kx25vcn
I’d really appreciate any feedback, suggestions, or thoughts.
Thanks for taking a look! 🙏
Top comments (0)