B
B
BonBon Slick2019-12-17 17:54:54
JavaScript
BonBon Slick, 2019-12-17 17:54:54

Autocomplete and autosuggest gives crooked results?

Terribly crooked and unfinished, in JetBrains products this functionality has been polished, in VS 2019 this functionality is at the level of 2001. Offers wrong results, auto-complete wrong.
Examples:

scene->getPshyWor //  getReferenceCount 
scene->gPW // init 
scene->getPhyWorld // getPosition

And it was only necessary to get getPhysicsWorld , I understand that this seems to be an impossible task, because gives out more than 3,000+ results, like ~Ref, INVALID_TAGall, all the garbage that exists at all.
bool GameScene::onContactBegin(cocos2d::PhysicsContact& contact)

CTRL + SPACEBAR gives 0 hints for any variables, objects, etc.
Is this crookedness only in 2019 or as is customary in all T-shirt products?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Demian Smith, 2019-02-04
@search

Arr = [
    'WORK',
    'COMMUNICATION',
    'LEARNING',
    'SOCIAL',
    'ENTERTAINMENT',
    'OTHER',
  ].sort()

will always return the array in the same order.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question