Doc string generation from signature: how to include type?
已回答
The doc string generation tool automatically includes the :param lines based on the function/method signature. I would also like to include :type automatically, is there a setting to enable this?
请先登录再写评论。
Hi Pablo García Chacón! Try to enable *Settings | Editor | General | Smart Keys | Insert type placeholders in the documentation comment stub*, has it helped?
Thank you! that was it.