Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: link and selected text to Markdown format #61

Open
huyz opened this issue Jan 18, 2024 · 0 comments
Open

Feature Request: link and selected text to Markdown format #61

huyz opened this issue Jan 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@huyz
Copy link

huyz commented Jan 18, 2024

Like https://github.com/kawamataryo/copy-git-link for JetBrains, it would be nice if there would be an option to generate markdown that looks like this (code snippet included if text is selected):

[/somepackage/SomeClass.java#L42-L44](https://github.com/huyz/myrepo/blob/67b33efca188/somepackage/SomeClass.java#L42-L44)
```java
    public void setLast_name(String last_name) {
        this.last_name = last_name;
    }
```
@chdsbd chdsbd added the enhancement New feature or request label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants