hide WebStorm toolbar showing browser icons

IdeWebstormJetbrains Ide

Ide Problem Overview


How do I hide the toolbar that shows browser icons floating above my code?

I'm using WebStorm 64 bit, version 10.0.4, on Windows 8.1 x64.

enter image description here

Ide Solutions


Solution 1 - Ide

  1. Settings/Preferences
  2. Tools | Web Browsers
  3. Uncheck Show browser popup in the editor option (bottom part of the screen)

enter image description here

Since 2020.3 version you have a bit better control over file types:

enter image description here


Another possible solution: just disable all browsers in that list.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestioncyrfView Question on Stackoverflow
Solution 1 - IdeLazyOneView Answer on Stackoverflow