clickup-vscode-extension icon indicating copy to clipboard operation
clickup-vscode-extension copied to clipboard

Add hovers over task ids in code

Open olbrich opened this issue 3 years ago • 1 comments

The Atlassian and Github integrations currently show a helpful hover when you mouse over an issue number mentioned in code, this would be very helpful for this extension as well.

see https://bitbucket.org/atlassianlabs/atlascode/src/main/src/views/jira/issueHoverProvider.ts

It may be necessary to use the CU-xxxxx format to refer to issues.

olbrich avatar Aug 04 '22 15:08 olbrich

It's a good features that I like to include in extension. Is necessary to use the CU id but I don't use in the current code, I will implement it soon.

Edsol avatar Aug 08 '22 05:08 Edsol