如何停止自动生成类注释 vscode

huangapple go评论74阅读模式
英文:

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.

  1. /**
  2. * @description :
  3. * @author : username
  4. * @group :
  5. * @last modified on : 02-08-2023
  6. * @last modified by : username
  7. **/

如何停止自动生成类注释 vscode

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

huangapple
  • 本文由 发表于 2023年2月8日 23:52:42
  • 转载请务必保留本文链接:https://go.coder-hub.com/75388355.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定