You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@younggeun0 as I am not familiar with with statement could you give a bit more information?
I don't see why the snippets shouldn't appear only inside a with statement. Outside of this block snippets are available as usual? If yes this is most likely an issue with the editor itself rather than snippets. Snippets are becoming available based on language.
@xabikos Thanks for answering. I created an issue about this on VS Code Project too. They said with statement is deprecated so that they wouldn't fix it. So I close this issue.
Hi
I'm using 'with' keyword for including my js functions. But in with statement block JS suggest is not working
with(express) {
statement
// I can't have a JS suggest here
}
The text was updated successfully, but these errors were encountered: