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

Not getting intellisense in .html file for type and Src value. #4629

Closed
v-pavanp opened this issue Mar 23, 2016 · 1 comment
Closed

Not getting intellisense in .html file for type and Src value. #4629

v-pavanp opened this issue Mar 23, 2016 · 1 comment
Assignees

Comments

@v-pavanp
Copy link

  • VSCode Version: 0.10.12-alpha
  • OS Version: Windows10

Steps to Reproduce:

  1. Create Asp .net core empty project in visual studio.
  2. Add some directories under wwwroot folder for client code like JS.
  3. Add new item to manage client lib and add bower.json file.
  4. Add some client side lib in to bower.json under dependency section.

image

  1. Add index.html under view folder and add basic html code like below and save changes. <title>Hello world</title>
6. Now launch VSCode and Open project folder. 7. Open index.html and try to add script section inside body. <script type="text/javascript" src="JS/wwwroot/lib/angular/angular.js"></script>

Actual: Not getting any intellisense for

  1. path for scr like :
    image
  2. Value for type like: "text/javascript"
    image
  3. closing script tag i.e. </script>
    image

Expected: It should display values same like visual studio intellisense.

@aeschli
Copy link
Contributor

aeschli commented Mar 24, 2016

duplicate of #2037

@aeschli aeschli closed this as completed Mar 24, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
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