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

Add IntelliSense for JS in .html files (ESModules) #149005

Closed
ivanjeremic opened this issue May 7, 2022 · 1 comment
Closed

Add IntelliSense for JS in .html files (ESModules) #149005

ivanjeremic opened this issue May 7, 2022 · 1 comment
Assignees

Comments

@ivanjeremic
Copy link

ivanjeremic commented May 7, 2022

There is currently no IntelliSense for ESM in .html files.

<script type="module">
  //the path is not autocompleted
  import func from "./func.js";

  func();
</script>
@ivanjeremic ivanjeremic changed the title Add IntelliSense for JS in HTML (ESModules) Add IntelliSense for JS in .html files (ESModules) May 8, 2022
@aeschli
Copy link
Contributor

aeschli commented May 9, 2022

duplicate of #114115

@aeschli aeschli closed this as completed May 9, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants