esdoc-accessor-plugin is an ESDoc plugin that automatically generates documentation for class properties accessed via getters and setters. It enhances ESDoc's output by including detailed information about these accessor properties, improving the overall clarity and completeness of your API documentation. This plugin is invaluable for projects that heavily rely on the accessor pattern to encapsulate internal state and expose controlled access to properties.