What’s New?¶
This page lists the most prominent milestones achieved by the PCEF developers. For more specific details about what is planned and what has been accomplished, please visit the issues page on github and the changelog, respectively.
Milestones¶
- 0.1: Language independent editor framework
Next Version¶
- Version 0.2 will focus on getting all the features needed for a python code editor:
- code completion (using Jedi)
- refactoring (using rope)
- syntax checking (using pyflakes)
- go to definition
- inline documentation
- ...