Giter VIP home page Giter VIP logo

Comments (3)

hugosenari avatar hugosenari commented on August 17, 2024

maybe simplify reading from cssdocs

/**

  • @expand #something>ul>li>a
    */
    #something...

from emmet.

sergeche avatar sergeche commented on August 17, 2024

This feature will produce undesired output. For example, I might need to produce just <div id="something"> with #something, but it will produce a large structure that I don't need. Also, this feature requires you to type tag names in CSS to produce expected result, as well as use > operator instead of space.

You can do the very same things with expandos: 'something+': '#something>ul>li>a'

from emmet.

hugosenari avatar hugosenari commented on August 17, 2024

Hi, thanks for your comments, is great to have a feedback.. : )

If I had this #something defined, is desired all output, It remember-me that I had this defined and maybe isn't good idea use this same id for other structure. Maybe this feature only work for defined cases like: "only work for selectors that use >" or "only work for selector with cssdoc @expand"...

Yes, but is more simple to developers define this things from existing code, like Eclipse users can autocomplete from codes of current project, imported things, etc.

Anyway is just one suggestion, please close this issue if dislike.

from emmet.

Related Issues (20)

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.