Skip to content

Add hint tooltip to qualifying markdown textareas#95

Merged
da-ba merged 3 commits into
mainfrom
copilot/add-hint-tooltip-to-text-areas
Feb 22, 2026
Merged

Add hint tooltip to qualifying markdown textareas#95
da-ba merged 3 commits into
mainfrom
copilot/add-hint-tooltip-to-text-areas

Conversation

Copilot AI commented Feb 22, 2026

Copy link
Copy Markdown
Contributor
  • Create src/content/hint-tooltip.ts module for tooltip logic
  • Show tooltip on focus of qualifying textareas (when picker is not open)
  • Hide tooltip when picker opens
  • Hide tooltip on blur
  • Reposition tooltip on scroll/resize
  • Refresh tooltip styles on theme change
  • Add E2E tests for hint tooltip visibility
  • Fix prettier formatting in hint-tooltip.ts
Original prompt

This section details on the original issue you should resolve

<issue_title>Show hint tooltip next to text areas that work with the plugin</issue_title>
<issue_description>Display an independent small tooltip, for the text areas that qualify, with the hint to type "//" to open the command list.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: da-ba <17434220+da-ba@users.noreply.github.com>
Copilot AI changed the title [WIP] Add hint tooltip for text areas using the plugin Add hint tooltip to qualifying markdown textareas Feb 22, 2026
Copilot AI requested a review from da-ba February 22, 2026 11:37
@github-actions
github-actions Bot temporarily deployed to pr-95 February 22, 2026 11:55 Destroyed
@da-ba

da-ba commented Feb 22, 2026

Copy link
Copy Markdown
Owner

@copilot
prettier formatting fails, fix it.

Co-authored-by: da-ba <17434220+da-ba@users.noreply.github.com>

Copilot AI commented Feb 22, 2026

Copy link
Copy Markdown
Contributor Author

@copilot
prettier formatting fails, fix it.

Fixed in ec62800 — ran prettier --write on src/content/hint-tooltip.ts.

@github-actions
github-actions Bot temporarily deployed to pr-95 February 22, 2026 18:28 Destroyed
@github-actions

Copy link
Copy Markdown
Contributor

🎨 Demo Preview Deployed

A live preview of this PR is available at:

🔗 https://da-ba.github.io/gsp/pr-95-ec62800/

Version: 0.0.6 | Build: PR#95@ec62800


🤖 This preview is automatically updated on each push. View all deployments at the index page.

@da-ba
da-ba marked this pull request as ready for review February 22, 2026 18:39
@da-ba
da-ba merged commit dfc209b into main Feb 22, 2026
9 checks passed
@da-ba
da-ba deleted the copilot/add-hint-tooltip-to-text-areas branch February 22, 2026 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show hint tooltip next to text areas that work with the plugin

2 participants