-
Notifications
You must be signed in to change notification settings - Fork 42
Add Skeleton VSCode Snippets #45
Copy link
Copy link
Closed
Labels
HACKTOBERFESTIssues that could be done by the community. These issues should be quick and easy to implement.Issues that could be done by the community. These issues should be quick and easy to implement.good first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
HACKTOBERFESTIssues that could be done by the community. These issues should be quick and easy to implement.Issues that could be done by the community. These issues should be quick and easy to implement.good first issueGood for newcomersGood for newcomers
It would be great to have some short and easy to use snippets in vscode to generate a boilerplate of HTML page.
I could image we would have 3 types of snippets (to start with ;):
One can follow this link ressource to get started
Example for
smallhtml { head { title "iPortal Home Page" link -href "assets/home.css" -rel "stylesheet" } body { h1 "iPortal" } }Structure / suggestions
C:\Users\taavast3\AppData\Roaming\Code\User\snippets
We could enhance the Folder structure as followed:
These snippets will then be installed using Install-PSHTMLVSCodeSnippets