Skip to content

Commit

Permalink
Added instructions to install via Package Control
Browse files Browse the repository at this point in the history
  • Loading branch information
jotson committed Dec 17, 2014
1 parent 0908019 commit 7ecd3f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -6,6 +6,7 @@ PHP code scanner and analyzer for code intelligence within PHP projects.

## Setup

0. Install using Package Control
1. Create or open a project with PHP files
2. Run the PHPIntel: Scan Project command from the command palette

Expand Down Expand Up @@ -70,4 +71,4 @@ I'm working on these issues:
- Variable assignment is not detected (for example: <code>$var = CODE</code> where CODE returns an object.
- Files are not removed from the index when they are deleted. For now, you'll need to rescan to remove them.
- Files added to the project from outside of the editor are not added to the index. For now, you'll either need to open the file and save it or rescan the project.
- I'm not completely happy with the way it deals with cases where the same class is declared more than once. Need to do some research to see how others deal with that.
- I'm not completely happy with the way it deals with cases where the same class is declared more than once. Need to do some research to see how others deal with that.

0 comments on commit 7ecd3f7

Please sign in to comment.