Skip to content

Add Skeleton VSCode Snippets #45

@Stephanevg

Description

@Stephanevg

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 ;):

  • Small
  • Medium
  • Full

One can follow this link ressource to get started

Example for small

html {
    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:

├── PSHTML
   ├── Snippets
       ├── PsHtml_BoilerPlate_small.Snippet.code-snippets
       ├── PsHtml_BoilerPlate_medium.Snippet.code-snippets
       ├── PsHtml_BoilerPlate_Full.Snippet.code-snippets

These snippets will then be installed using Install-PSHTMLVSCodeSnippets

Metadata

Metadata

Assignees

No one assigned

    Labels

    HACKTOBERFESTIssues that could be done by the community. These issues should be quick and easy to implement.good first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions