Autocomplete is completely broken in team create games

I’ve noticed today that autocomplete is always broken in my team create game for some reason.

Game affected:

2 Likes

I’ve noticed ROBLOX’s native intellisense can break with:

  • Too many scopes (sometimes 3, often 4)
  • Long scripts over 1,500 lines
  • Too many modules
  • Modules that share a local variable name in the requiring script and an export type name in the required module.
  • Syntax Errors that can be nestled away in a scope (this can sometimes not show up and break the intellisense AND Linter)

It’s a pain to deal with for what is otherwise an amazing intellisense and linter.

1 Like

I noticed this myself also yesterday. Although after launching a new instance of studio with less code, It magically started working again. I do hope they fix this problem soon because its alot harder for less experienced developers (like me) to code.

1 Like

Hi @rickje139, @extraclear, @Frostyflossy111 can you try to turn off new solver from beta feature list?

2 Likes

It seems this was the issue!

Thank you!

2 Likes

This fixed the bug!

Thanks a ton!

1 Like

This fixed the main issues outside of modules, however, I found a lot of use with the new type solver.

Will we get an ETA on when the type solver will be ready?