Giter Club home page Giter Club logo

atom-symfony-snippets's People

Contributors

jamyouss avatar ruian avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

atom-symfony-snippets's Issues

Unable to use Snippets?

I've been unable to use these snippets. I have installed. Closed. Re-opened Atom. Alt+Shift+S brings up the available snippets. None of these are available. :(

I'm using the very latest version of Atom at the time of this writing. (0.186.0)

Thoughts?
Jarvis

Can't execute snippet

Hello,

I can't execute symfony snippets, I start typing 'sf' but nothing happen. Can you tell me how do you do this pls ?

I'm using atom 1.16.0

Thanks

Update atom.io package version

Hello,

It looks like you've had fixes to backslashes in place for a while; however, it appears atom.io has not picked up on version 0.4.0. Is there something you need to do to get the atom.io package website to recognize the new version?

Thanks

Missing Backslashes

Hi,

all generated Symfony classes are missing the backslashes in the namespace etc. for me.

Output of sfentityclass:

<?php
use DoctrineORMMapping as ORM;
use SymfonyComponentValidatorConstraints as Assert;

/**
 * @ORMEntity(repositoryClass="")
 * @ORMTable(name="")
 */
class Entity
{
    /**
     * @ORMId()
     * @ORMColumn(type="integer")
     * @ORMGeneratedValue(strategy="AUTO")
     */
    protected $id;
}

Any ideas?

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.