This module will help you to get the twig template suggestions, I got this module in the middle of the project development. This module provides template suggestions for everything that Drupal doesn't. So far:
Template suggestions
- Block templates per region
- Block templates per provider (and if different from provider, base plugin)
- HTML templates per node type
- Page templates per node type
- User templates per highest role|uid (and view mode)
- Field templates per view mode (and bundle)
- Taxonomy term templates per view mode (and bundle)
- Container templates per type, view, if it wraps a managed file element, and whether it has a parent or not (Drupal core provides no suggestions for container templates).
Module page
Drupal.org module page twigsuggest
Installation with composer
$ composer require 'drupal/twigsuggest:^1.0@beta'