microsoft / microsoft/vscode-html-languageservice
specify the type of attribute to be a path
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.