I find it quite inconvenient without auto-completion. Is there anyway to solve this? Thanks in advance!

Matthias Geilhufe Posted new comment 30. April 2021
Jason Dong

According to https://mathematica.stackexchange.com/questions/162386/sub-packages-and-auto-completion/162466#162466, I find the following codes work quite well for my needs:
reload[p_] := With[{pack = p}, BeginPackage[pack]; EndPackage[]]
Map[reload, $ContextPath]

Matthias Geilhufe

Thanks for pointing this out! I usually keep the autocompletion turned-off, so I wasn’t even aware this is an issue. Great you sent a link with a corresponding fix. We will look into this and hopefully have a functioning autocompletion with the next release.