eclipse-wildwebdeveloper / eclipse-wildwebdeveloper/wildwebdeveloper
Provide "Run In Terminal" CodeLens for markdown content marked as shell
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 201
- Forks
- 76
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 21
Description
I noticed that you have integrate markdown support with language server in WWD.
It would be nice if WWD could provide a "Run In Terminal" CodeLens for markdown marked as shell
[Run In Terminal]
''' shell script
./mvnw quarkus:dev
'''
Click on Run In Terminal codelens could open a Terminal and execute the command.
IJ provides this feature and it is very nice
For instance when you create a Quarkus project, it generates a README with
```shell script
./mvnw quarkus:dev
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating Wild Web Developer's markdown language-server integration and the entry points for CodeLens and terminal actions. Implement the requested behavior for fenced shell blocks, then verify that selecting Run In Terminal opens a terminal and executes the marked command, using the Quarkus README example as a check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown, shell
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100