Edsol / clickup-vscode-extension

Integrates clickup and its workflows into vscode
https://marketplace.visualstudio.com/items?itemName=edsol.clickup
GNU Affero General Public License v3.0
31 stars 7 forks source link

Add hovers over task ids in code #7

Open olbrich opened 2 years ago

olbrich commented 2 years ago

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.

Edsol commented 2 years ago

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.