You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #133
Add support for running or debugging Shire code within comments.
* **ParseCommentProcessor.kt**
- Add logic to extract Shire code from comments.
- Update `execute` method to handle extracted Shire code.
* **RunCodeProcessor.kt**
- Update `execute` method to handle code extracted from comments.
- Add logic to run Shire code extracted from comments.
* **ShireRunLineMarkersProvider.kt**
- Update `getInfo` method to provide run markers for comments containing Shire code.
- Add `getCommentInfo` method to handle comments with Shire code.
* **ShireCommenter.kt**
- Enhance `ShireCommenter` to support running or debugging Shire code within comments.
- Add logic to identify and extract Shire code blocks within comments.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/phodal/shire/issues/133?shareId=XXXX-XXXX-XXXX-XXXX).
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Enable to run or debug shire in Comment markdown
Describe alternatives you've considered
Enable to Locked current file
Additional context
Tasks Plan:
RunLineMarkerContributor
in Markdown shire languageThe text was updated successfully, but these errors were encountered: