Autocomplete does not show a class name when the class name is fully written
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3446458. --> Reported by: [avpaderno](https://www.drupal.org/user/55077) Related to !34 >>> <p>I was looking for the <code>Number</code> class, and I wrote <em>Number</em> in the search field. The autocomplete does not show <em>Number</em> as possibility, despite the documentation page for the <a href="https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21Element%21Number.php/class/Number/11.x"><code>Number</code></a> class exists.</p> <p><img src="https://www.drupal.org/files/issues/2024-05-10/03af48609c75a0ba37bb7a9f205d2dff.png" alt="screenshot"></p> <p>The same happens when searching for <em>Drupal</em>, <em>FileSystem</em>, <em>Node</em>, <em>User</em>, and <em>FormBase</em>, for example. In the latter case, <em>ActionFormBase</em> is the first suggestion.</p>
issue