Giter Club home page Giter Club logo

doctrine-eclipse-plugin's People

Contributors

maoueh avatar pulse00 avatar zulus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

doctrine-eclipse-plugin's Issues

Doctrine helpers in symfony 2.1

Hi. Same problem as in #1. But now I'm stuck on $this->getDoctrine(). There is no auto-completion for getEntityManager() and further. Maybe I have something wrong in project settings?

doctrine helpers

After typing $em = $this->getDoctrine()->getEntityManager();
I would like to choose one of the $em functions by hitting ctrl space after $em. It is possible in netbeans but I cant force eclipse to index it. Is there any solution?

Generate missing properties

Add quick-assist in metadata files (xml/yml) to autogenerate missing properties and getters/setters in entities.

Current annotation parser is too slow

Current annotation parser is much slower than PDT php parser.

Would be good to investigate:

  1. ANTLR upgrade (rewrite)
  2. Migration to JavaCup
  3. Write from scratch without generators

"never used" annotations problem

Hi,

I have imported ORM annotations and the IDE shows the import as "never used".
I have cleaned the workspace.

use Doctrine\ORM\Mapping as ORM;

/**
 *
 * @ORM\Entity
 * @ORM\Table(name="shops")
 */
class Shop {

	/**
	 *
	 * @ORM\Id
	 * @ORM\Column("integer", options={"unsigned"=true})
	 */
	protected $id;

I use PDT 7.2, Symphony Feature/Doctrine Feature 1.6.0,

Kind Regards,
Diyan

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.