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

JS suggest not working In with statement #71

Closed
younggeun0 opened this issue Feb 12, 2020 · 3 comments
Closed

JS suggest not working In with statement #71

younggeun0 opened this issue Feb 12, 2020 · 3 comments

Comments

@younggeun0
Copy link

younggeun0 commented Feb 12, 2020

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
}

@younggeun0 younggeun0 changed the title JS Intellisense not working In with statement JS suggest not working In with statement Feb 13, 2020
@jyzhao
Copy link

jyzhao commented Apr 16, 2020

+1
JS intellisense not working in code block

@xabikos
Copy link
Owner

xabikos commented Apr 21, 2020

@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.

@younggeun0
Copy link
Author

@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.

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

3 participants