Often, I find it difficult to quickly identify the language I'm looking at. Sometimes it is not obvious, and I need to scroll down or look in the tags. I feel like it should be specified right at the top.
- 3Did you ask about this on Meta Stack Overflow?Random Person– Random Person2023-10-09 00:48:12 +00:00Commented Oct 9, 2023 at 0:48
- @RandomPerson - There was a post that feature requests for stackoverflow should be submitted in Meta.SunsetQuest– SunsetQuest2023-10-09 00:53:34 +00:00Commented Oct 9, 2023 at 0:53
- 2@RandomPerson - Thank you. I did not realize there was a meta.stackoverflow.com. Sorry, I posted this in the wrong community.SunsetQuest– SunsetQuest2023-10-09 00:57:54 +00:00Commented Oct 9, 2023 at 0:57
- 1The question which you linked in the first comment is very old and things have changed since then: meta.stackexchange.com/q/228888Random Person– Random Person2023-10-09 01:00:48 +00:00Commented Oct 9, 2023 at 1:00
- 2If you look at the ToS, it says that you grant SE an irrevocable right to display anything you post. If the "delete" button doesn't work, you can't delete it. Best you can do is contact SE to have your name removed from it.HolyBlackCat– HolyBlackCat2023-10-09 06:12:59 +00:00Commented Oct 9, 2023 at 6:12
- 1I answered this because, even though it mentions Stack Overflow, it actually applies to all the programming sites on the network (e.g. Software Engineering, Code Golf). I do also understand the closure.wizzwizz4– wizzwizz42023-10-09 15:19:46 +00:00Commented Oct 9, 2023 at 15:19
- Thanks everyone. I mostly don't use StackOverflow anymore(since this post) so no need for it anymore - at least from me.SunsetQuest– SunsetQuest2024-05-17 18:53:33 +00:00Commented May 17, 2024 at 18:53
Add a comment |
2 Answers
2
- 1For longer tags and sufficiently many tabs open in the browser (and possibly other factors), it is cut off. For instance, this JavaScript one only shows "jav" (in a particular tab/browser/system configuration). A third way is hovering the mouse cursor (or the equivalent) over the tab. This will display the full text.This_is_NOT_a_forum– This_is_NOT_a_forum2023-10-09 11:31:28 +00:00Commented Oct 9, 2023 at 11:31
- It does not show twice for me in Chrome or Edge. It just shows once in the tab at the top. Also, I can have many tabs open and its way at the top so it's hard to see.SunsetQuest– SunsetQuest2024-05-17 18:53:50 +00:00Commented May 17, 2024 at 18:53
What if there was a little icon in the top right. The icon would help the user quickly identify (with even just peripheral vision) what the concerning language is.
- 4We actually have something similar coming as a result of the Collectives feature: see, for example, PHP questions. (Though it's on the top right, not the top-left as in your example.) I, personally, find this a tad annoying, but it's good to see that some people would find it useful – almost as though Stack Overflow's design people know what they're doing!wizzwizz4– wizzwizz42023-10-08 23:38:59 +00:00Commented Oct 8, 2023 at 23:38
- 2This seems like something that you could write a userscript for if you wanted. Fetch the list of tags, have some list of tags to language logos mapping, and then add the logo as an element before the title.cocomac– cocomac2023-10-09 00:04:59 +00:00Commented Oct 9, 2023 at 0:04
- 3If you do, make sure to publish it on Stack Apps! (The one SE site without a magic comment link…)wizzwizz4– wizzwizz42023-10-09 00:06:42 +00:00Commented Oct 9, 2023 at 0:06
- @cocomac - Great idea... Users could choose if they liked it or not. Maybe can be added to an existing tool like github.com/riccardoFasan/stack-overflow-tweaks-toolSunsetQuest– SunsetQuest2023-10-09 00:24:29 +00:00Commented Oct 9, 2023 at 0:24



