If the app is freezing for you, please check the 0.8.4 pre-release
- Add a new toggle to enable the floating widget to align with the text cursor for a more obvious suggestion display.
- Remove the requirement for
Input Monitoring
. Accessibility API permissions can already achieve input monitoring. TheInput Monitoring
was used because I wanted to uselistenOnly
instead ofdefaultTap
. But the term was scary to some users. - Bring back real-time suggestion when the completion panel is shown.
- Support syntax highlighting, and display spaces as middle dots. Fix line break mode of suggestion (by accident).
- Hide the real-time suggestion indicator for floating widget mode.
- Fix that if you switch to another file during the fetch of a suggestion, the suggestion from the previous file will still be presented.
- Lower the widget's z level, which is currently set too high.
- Fix that real-time suggestion cancellation fails after switching to another app and back to Xcode.
- Update to use release rss to check for update
The next update will focus on some ChatGPT-powered features because my free credits are expiring soon! We will start with some simple commands like "Explain Selected Code".