autoDocstring icon indicating copy to clipboard operation
autoDocstring copied to clipboard

Support env-variables in path of setting 'customTemplatePath'

Open FreeHarry opened this issue 8 months ago • 1 comments
trafficstars

To support environment variables in path of setting 'customTemplatePath' would make it easier to define absolute paths on different machines/platforms.

Variables definitions are platform dependent, e.g.

  • Unix/Linux => $HOME
  • Windows => %HOME%
  • and ~ for the user's home directory on all systems

FreeHarry avatar Mar 13 '25 10:03 FreeHarry

Honestly just having the ability to parse ~ would be a huge improvement.

martimlobao avatar Apr 02 '25 12:04 martimlobao