Search code examples
pythoneclipsepydevdocumentation-generation

Eclipse PyDev - automatic author comment


I am using PyDev plug in in eclipse. I want to edit or disable the @author comment it adds to each new file, how do I do this? I want to either modify the username, or disable this functionality completely. How do I do this?


Solution

  • You can edit the New Module templates at PyDev > Editor > Templates (sort by the Context to get the ones related to creating a module first).

    Customize templates

    Alternatively you could reach there when you create a module > Config available templates... (see link in image below).

    Config available templates...