- Option to halt on breakpoints in skipped files
- Only skip includes if the file has a php extension
- Added option to skip includes if they have different extensions
- Added option to skip constructors.
- Fixed wrong assignment of values in reset settings
- Fixed #8 Skip includes also skips template files
- Merged #7 "Skip includes" checkbox using correct settings value
- Removed namespace matching as adding namespaces was not working properly
- Renamed plugin to remove phpstorm moniker
- Initial release
- Use stepinto to exit whereever the breakpoint resolves to a non match.
- Added settings panel to configure the plugin
- Namespace and filepath selector for paths to skip when debugging
- Added extra text as the namespace selector doesn't appear on the first click on +
- Initial scaffold created from IntelliJ Platform Plugin Template