microsoft / microsoft/vscode-html-languageservice

specify the type of attribute to be a path

Open
#76 3 comments 2 reactions 1 assignee View on GitHub

@aeschli is already working on this.

Since Nov 25, 2019.

feature-request
Dominant language
TypeScript
Stars
284
Forks
138
Avg merge
19h 11m
Merged PRs (30d)
5

Description

what if an attribute can be a path, like img src="./path" i want to be able to get access to the autocompletions based on the discovered files. couldn't find how it's done with img src actually.

"tags": {
    "name": "test",
    "description": "testing.",
    "attributes": [{
      "name": "src",
      "description": "the source img",
      "type": "file" // i want this 
    }]
  }
<test src="../img/"

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.