Can the Symbols panel ignore hits in comments? #129071
Replies: 4 comments 2 replies
-
I noted that bullet 8 here also mentions this, but it is mixed in with many other suggestions so I thought I'd raise this one separately https://github.com/orgs/community/discussions/8997 |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
💬 Your Product Feedback Has Been Submitted 🎉 Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Say I click on
vec_order()
in this file to see usage of this function:https://github.com/r-lib/vctrs/blob/main/src/order.c
The symbols panel includes anywhere
vec_order()
is mentioned in comments, interleaved with actual references to it. This is pretty distracting, is there any way to disable that?In particular, if a language supports tree-sitter backed searches, I feel like it is probably possible to throw these results out? If tree-sitter isn't supported for that language, I understand that a global search for
"vec_order"
would probably include comments.Screen.Recording.2024-06-19.at.9.45.03.AM.mov
Beta Was this translation helpful? Give feedback.
All reactions