英文:
how to stop auto generate class comments vscode
问题
我记得在VScode中有一个设置可以阻止这些注释生成。
I tried to disable Current Line Blame but it did not work for me.
英文:
I remember there was a setting in VScode to stop these comments from generating.
/**
* @description :
* @author : username
* @group :
* @last modified on : 02-08-2023
* @last modified by : username
**/
I tired to diable Current Line Blame but it did not work for me.
答案1
得分: 0
Salesforce Documenter VScode extension was causing the comments.
https://marketplace.visualstudio.com/items?itemName=HugoOM.sfdx-autoheader
fixed by disabling SFDoc.EnableForApex extension settings
英文:
Salesforce Documenter VScode extension was causing the comments.
https://marketplace.visualstudio.com/items?itemName=HugoOM.sfdx-autoheader
fixed by disabling SFDoc.EnableForApex extension settings
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论