-
Notifications
You must be signed in to change notification settings - Fork 137
Issues: xabikos/vscode-javascript
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
@ -74,7 +74,8 @@ Below is a list of all available snippets and the triggers of each one. The ** |
prom→
| creates a new Promise return new Promise((resolve, reject) => {});
| | thenc→
| adds then and catch declaration to a promise .then((res) => {}).catch((err) => {});
| ### Console methods ###< 134 > Console methods | Trigger | Content | | -------: | ------- | | cas→
| console alert method console.assert(expression, object)
| @ -94,4 +95,4 @@ Below is a list of all available snippets and the triggers of each one. The ** | cti→
| console time console.time
| | cte→
| console timeEnd console.timeEnd
| [code]: https://code.visualstudio.com/ [code]: https://code.visualstudio.com/
#132
opened Aug 20, 2024 by
sksalauddin01
> Added snippet for async function because I need it a lot for what I'm doing (I have more async functions than sync). For shortcut, I have it as "asnfn", which is consistent with other functions where "fn" keyword is a suffix. If I could have, I'd have changed all function-based snippets to have "fn" as prefix instead of suffix, but can't change that now. Or can we? ;)
#129
opened Jun 23, 2024 by
MarivateBasani
Pasting (ctrl+v) often results in a spinning circle due to this extension
#125
opened Apr 8, 2024 by
chreniuc
Primary cursor on second "object" lietral for console log snippet "clo→"
#100
opened Mar 27, 2022 by
avinashkaltari-bib
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.