I've noticed some bizarre autocompletion suggestions popping up in VS Code that don't align with my TS typings. While the expected suggestions are displayed at the top of the list, there are also random options like #endregion
, #region
, and async arrow function
that confuse me.
Can anyone shed light on:
- The origin of these unexpected suggestions?
- Possible ways to turn them off?