All Projects β†’ noma4i β†’ sublime-phoenix-beagle

noma4i / sublime-phoenix-beagle

Licence: other
Sublime Text plugin to make development with Phoenix Framework better!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to sublime-phoenix-beagle

Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (+27.27%)
Mutual labels:  sublime-text-3, sublime-text-plugin
SublimeDiscordRP
πŸ“„ Discord rich presence for Sublime Text
Stars: ✭ 123 (+459.09%)
Mutual labels:  sublime-text-3, sublime-text-plugin
simple-ftp-deploy
This package for Sublime Text 3 give you possibility to auto upload file to FTP server when you save local file.
Stars: ✭ 16 (-27.27%)
Mutual labels:  sublime-text-3, sublime-text-plugin
hover-preview
Sublime Text 3 Plugin for previewing images.
Stars: ✭ 42 (+90.91%)
Mutual labels:  sublime-text-3, sublime-text-plugin
sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (+122.73%)
Mutual labels:  sublime-text-3, sublime-text-plugin
CSSFontFamily
CSSFontFamily is a Sublime Text plugin with a collection of font stacks autocomplete.
Stars: ✭ 15 (-31.82%)
Mutual labels:  sublime-text-3, sublime-text-plugin
sublime-text
Subime Text 相关衄源攢集整理
Stars: ✭ 62 (+181.82%)
Mutual labels:  sublime-text-3, sublime-text-plugin
CodeChampion
Plays epic sound clips when you write epic code on sublime Text!
Stars: ✭ 30 (+36.36%)
Mutual labels:  sublime-text-3, sublime-text-plugin
rent-bot
My personal Facebook Messenger chat bot that helped find an apartment to rent.
Stars: ✭ 91 (+313.64%)
Mutual labels:  phoenix-framework
gringotts payment
Demo Phoenix app showing gringotts payment library integrations.
Stars: ✭ 24 (+9.09%)
Mutual labels:  phoenix-framework
pokerex client
Elm client for PokerEx project
Stars: ✭ 39 (+77.27%)
Mutual labels:  phoenix-framework
sublime rainbow csv
🌈Rainbow CSV - Sublime Text Package: Highlight columns in CSV and TSV files and run queeries in SQL-like language
Stars: ✭ 97 (+340.91%)
Mutual labels:  sublime-text-plugin
DXMate
Sublime Text 3 plugin to provide integration with the Salesforce DX CLI
Stars: ✭ 14 (-36.36%)
Mutual labels:  sublime-text-plugin
proxychanger
Go tool to change system and applications proxy
Stars: ✭ 15 (-31.82%)
Mutual labels:  sublime-text-3
phoenix assets webpack
Asset Pipeline with Webpack on Phoenix
Stars: ✭ 52 (+136.36%)
Mutual labels:  phoenix-framework
sublime-text-theme-switcher-menu
Painless theme selection in Sublime Text ⚑
Stars: ✭ 18 (-18.18%)
Mutual labels:  sublime-text-3
sublime-fish
A robust Sublime Text syntax package for fish
Stars: ✭ 32 (+45.45%)
Mutual labels:  sublime-text-3
phxsockets.io
Phoenix sockets and channels GUI client
Stars: ✭ 16 (-27.27%)
Mutual labels:  phoenix-framework
live dj
πŸ’Ώ Join or create video playlists to share a real-time experience with others! 🎧
Stars: ✭ 19 (-13.64%)
Mutual labels:  phoenix-framework
dimmed
πŸ‘” Dimmed Color Theme for Sublime Text 2/3
Stars: ✭ 18 (-18.18%)
Mutual labels:  sublime-text-3

Sublime Text Phoenix Framework Beagle

Sublime Text plugin for better Phoenix Framework experience.

For support of v1.2 checkout branch phoenix_v1.2

Quick Start

  • Clone/download plugin to your SublimeText User folder under SublimePhoenixBeagle

Functions

  • Jump from controllers to corresponding views/templates
  • View tests from controllers
  • Jump back to controller from views
  • List Migrations
Configure
[
  { "caption": "Show More Phoenix Files", "command": "phoenix_beagle" },
  { "caption": "Phoenix Migrations List", "command": "phoenix_beagle",
    "args": { "command": "mlist"}
  }
]

You can override default shortcuts:

[
  {
    "keys": ["command+shift+k"],
    "command": "phoenix_beagle"
  },
  {
    "keys": ["command+shift+o"],
    "command": "phoenix_beagle",
    "args": { "command": "mlist"}
  }
]

Showtime!

Query

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].