Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Sublimated Symfony — Sublime Text 3 package for better Symfony 2 usage.

License

NotificationsYou must be signed in to change notification settings

sergeylunev/sublimated-symfony

Repository files navigation

Sublime Text 3 (not realy support ST2) package for better Symfony 2 usage.

Instalation

Manual installation

git clone git@github.com:sergeylunev/sublimated-symfony.git \~/Library/Application\Support/Sublime\Text\3/Packages/sublimated-symfony

Usage

Switch betwen action and view

ctrl+alt+p — if pressed in Action opens template file (or create file and open it).If pressed in template file — open Controller on Action file related to this template

Switch betwen entity and repository

ctrl+alt+g — If pressed in Entity it send you to Repository class witch ispresented in@ORM\Entity(repositoryClass="Acme\DemoBundle\Entity\Repository\DemoRepository").If pressed in Repository it send you to entity class file with the same name asRepositoryDemoRepositoryDemo

Importinguse statements

ctrl+alt+u — automaticaly adduse statement when cursor placed on some objectdefenition (new FooBar())

Importingnamespace related to file

ctrl+alt+n — automaticaly addnamespace statement related to file (please lookforPSR-0 for better understanding)

TODO:

  • add some screencasts to illustrate how it works
  • working with symfony commands
  • jump from inline in twig template to another template or to action/controller
  • jump to twig file if we have named in annotation
  • add commands execution from ST
  • working with routes and other stuff
  • try add GoTo by route, actions, entity, repository and other
  • workign with generators from editor
  • go to template file from twig render or include
  • copy methods from interface class

Complete:

  • insertnamespace related to the file
  • jump between entity and repository classes

About

Sublimated Symfony — Sublime Text 3 package for better Symfony 2 usage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp