Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

能否支持salesforce apex语言 #584

Open
JasonZhuAtamation opened this issue Jul 17, 2023 · 1 comment
Open

能否支持salesforce apex语言 #584

JasonZhuAtamation opened this issue Jul 17, 2023 · 1 comment

Comments

@JasonZhuAtamation
Copy link

问题:
方法注释不能自动提取方法里面的参数
新语言背景:
salesforce apex语言就是java封装的,只是class文件的后缀名是cls,不是java
期望解决的问题:
我需要如何配置才能在对方法进行注释的时候自动提取方法里面的参数

@KanameNoMadoka
Copy link

在language里配置如下内容即可

"cls":{
"head": "/*** ", // 统一增加几个*号
"middle": " * @",
"end": " */",
"functionParams": "java" // 函数注释使用java语言的解析逻辑
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants