GithubHelp home page GithubHelp logo

maximalism2 / elmmet Goto Github PK

View Code? Open in Web Editor NEW
18.0 2.0 1.0 2.05 MB

VS Code extension to compile emmet snippets to composition of elm functions

Home Page: https://marketplace.visualstudio.com/items?itemName=necinc.elmmet

TypeScript 99.12% JavaScript 0.88%
emmet elm elm-lang visual-studio-code extension

elmmet's People

Contributors

maximalism2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

nakayama900

elmmet's Issues

Item numbering using $ and @ symbols not working

Use case 1 (using $)
Steps to reproduce

Use the following pattern:
ul>li.item$*3

The expected result:
ul [] [ li [ class "item1" ] [] , li [ class "item2" ] [] , li [ class "item3" ] [] ]

The actual result:
ul [] [ li [ class "item$" ] [] , li [ class "item$" ] [] , li [ class "item$" ] [] ]

Use case 2 (using @)
Steps to reproduce

Use the following pattern:
ul>li.item$@2*3

The expected result:
ul [] [ li [ class "item2" ] [] , li [ class "item3" ] [] , li [ class "item4" ] [] ]

The actual result:
ul [] [ li [ class "item$@2" ] [] , li [ class "item$@2" ] [] , li [ class "item$@2" ] [] ]

Please avoid node dependency to "natives" module

Hi,

I am a developer on VSCode and wanted to reach out to inform you that this extension is either using or having a dependency to a node module "natives" that will soon no longer be supported in VSCode once we updated to node.js 8.x (as part of our Electron 2.0 update which is planned for the near term).

The full graph is:

It would be great if this dependency could be avoided by either not depending on it anymore or updating the dependencies to newer versions so that this module is no longer pulled in.

As soon as any code in your extension (including node_modules) calls require("natives") we will throw an exception to prevent this module from getting loaded.

If this is just a devDependency and the module is never loaded in production, then you can ignore this issue and just close it!

More details in microsoft/vscode#47569

Thanks!
Ben
VSCode Team

Status?

Hey there,

wanted to reach out and ask if this is still maintained? :)

Tab error

Issue Type: Feature Request

Tab is not working

Running the contributed command: 'emmet.expandAbbreviation' failed.

Extension version: 1.0.1
VS Code version: Code 1.60.2 (7f6ab5485bbc008386c4386d08766667e155244e, 2021-09-22T12:00:31.514Z)
OS version: Windows_NT x64 10.0.19043
Restricted Mode: No
image
image

How can I make it work?

Hi,

This looks really useful, however I cannot get it to work. I have it installed and I can see and select the "Emmet to Elm" option but nothing happens. Do I need to install some other plugins to make this work?

VSC 1.25.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.