We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
比如在 vscode 里编辑代码:
let config = new $OpenApi.Config({ // 输入 accessKey 时并不会智能提示 “accessKeyId” 和 “accessKeySecret” 这些属性 accessKeyId: 'xxx', accessKeySecret: 'xxx', });
The text was updated successfully, but these errors were encountered:
这种传法确实没有提示。介意的话,可以用 config.XXX = 的方式来提示。
Sorry, something went wrong.
No branches or pull requests
比如在 vscode 里编辑代码:
The text was updated successfully, but these errors were encountered: