# IDE with code completion

**URL:** https://discourse.slimframework.com/t/ide-with-code-completion/928
**Category:** Questions
**Created:** [November 22, 2016, 10:54am UTC](https://discourse.slimframework.com/t/ide-with-code-completion/928 "2016-11-22T10:54:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![brakkar](https://avatars.discourse-cdn.com/v4/letter/b/b9bd4f/32.png) [@brakkar](https://discourse.slimframework.com/u/brakkar)
#### Post date: [November 22, 2016, 10:54am UTC](https://discourse.slimframework.com/t/ide-with-code-completion/928/1 "2016-11-22T10:54:34Z")

</div>

Hi,  
does anyone know if it exists an IDE with code completion for slim ?  
I use phpstorm and all methods from the package are marked as unknown and there is no intellisense.

---

<div class="post-metadata">

### Author: ![famoser](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.slimframework.com/famoser/32/273_2.png) [@famoser](https://discourse.slimframework.com/u/famoser)
#### Post date: [December 1, 2016, 12:36pm UTC](https://discourse.slimframework.com/t/ide-with-code-completion/928/2 "2016-12-01T12:36:49Z")

</div>

hi brakkar

this should definitely work. If you’ve added the slim framework with composer, be sure to reopen your project so phpstorn can process the new files.  
I can recommend to follow the tutorial from [https://www.slimframework.com/docs/tutorial/first-app.html:](https://www.slimframework.com/docs/tutorial/first-app.html:) Then you should not experience problems like this, and your folder structure will be optimal.
