Get rid of .github folder from project tree in PhpStorm

In 2024 it is as simple as two steps and a couple of clicks:

(click the image above, if animation seems frozen)

These two steps are:

  • Right-click .github and select: Mark directory asExcluded
  • Click three-dot button and uncheck AppearanceExcluded Files

The Excluded Files list is per-project setting, so you must repeat these steps for each of your projects.

This is, of course, purely visual fix, to hide a folder. If you want to ignore it, you must use the usual way of adding it to .gitignore folder.

New PDF viewer in Edge doesn’t support OCR at all

Microsoft has rolled out a new update to Edge. It includes something called “New PDF Viewer”:

Sadly, the new experimental version of PDF reader doesn’t support OCR at all.

You can open any of your existing or newly created PDFs. If it contains any text layer, you won’t be able to notice it. Neither trying to select any piece of document with mouse or pressing Ctrl+A have any result.

Read More “New PDF viewer in Edge doesn’t support OCR at all”