Skip to content

Commit

Permalink
moved padawan.php to composer global package
Browse files Browse the repository at this point in the history
  • Loading branch information
mkusher committed Sep 6, 2015
1 parent 145688b commit 0407fb4
Show file tree
Hide file tree
Showing 7 changed files with 221 additions and 184 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

2 changes: 1 addition & 1 deletion Padawan.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"padawan_composer_command": "composer",
"padawan_composer": "composer",
"padawan_timeout": 0.5
}
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,38 @@ This plugin includes:
- Commands for index generation and index saving
- Commands for starting, stopping and restarting the server

# Installation

1. Make sure you've installed [padawan.php server](
https://github.com/mkusher/padawan.php#how-to-use)
2. Install this plugin via [Package control](https://packagecontrol.io)
or clone this repo to `/path/to/your/sublime-text-3/Packages/`

# Demo video

Click the image below to watch a short video on what
Padawan.sublime can already do.

[![ScreenShot](http://i1.ytimg.com/vi/qpLJD24DYcU/maxresdefault.jpg)](https://www.youtube.com/watch?v=qpLJD24DYcU)
[![ScreenShot](http://i1.ytimg.com/vi/qpLJD24DYcU/maxresdefault.jpg)
](https://www.youtube.com/watch?v=qpLJD24DYcU)

# Requirements

Padawan.php requires PHP 5.5+

# Installation

Clone this repo to `/path/to/your/sublime-text-3/Packages/`
and then run `sh install.sh`

# Running

To get smart autocompletion all you need to do is the following easy steps:

1. Install padawan.sublime plugin
2. Open your php composer project
3. Run the `Padawan: Generate Index` from the command palette
4. Run the `Padawan: Start Server` from the command palette after index
1. Open your php composer project
2. Run the `Padawan: Generate Index` from the command palette
3. Run the `Padawan: Start Server` from the command palette after index
generation has stopped
5. Enjoy smart completion
4. Enjoy smart completion

# Plugins(Extensions)

You can extend Padawan.php by installing different plugins.
You can extend Padawan.php by installing plugins.
See [Plugins List](https://github.com/mkusher/padawan.php/wiki/Plugins-list)
for more info.

Expand All @@ -49,4 +51,5 @@ Use `Padawan: Add plugin` and type plugin name, for example `mkusher/padawan-di`

## Removing

Use `Padawan: Remove plugin` and choose one of the installed plugin from list
Use `Padawan: Remove plugin` and choose one of the installed plugin from
the list.
8 changes: 0 additions & 8 deletions install.sh

This file was deleted.

1 change: 0 additions & 1 deletion padawan.php
Submodule padawan.php deleted from 181b45
Loading

0 comments on commit 0407fb4

Please sign in to comment.