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
I found that some snippets inside js-mode have dependency on functions of js2-mode, which causes errors reported if I do not have js2-mode installed.
For example, the 'param-comment' snippet is defined as:
# -*- mode: snippet -*- # name: param-comment # key: *@p #condition: (= (js2-node-type (js2-node-at-point)) js2-COMMENT) # -- * @param {${type}} ${comment}.
So, is it more appropriate to put those snippets which depend on js2-mode into js2-mode snippets?
Thanks and look forward to hearing from you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found that some snippets inside js-mode have dependency on functions of js2-mode, which causes errors reported if I do not have js2-mode installed.
For example, the 'param-comment' snippet is defined as:
So, is it more appropriate to put those snippets which depend on js2-mode into js2-mode snippets?
Thanks and look forward to hearing from you.
The text was updated successfully, but these errors were encountered: