Steps to Reproduce
Running Android Studio 4.0
- Create a functional FFI plugin
- Try to code the C++ part in Android Studio
- Include any C++ standard library and start using APIs such as thread
Result:
- You must type in every single character for C++ code because there is autocompletion firing up from Android studio
- The autocompletion works fine for the Dart part of the plugin
Logs
Steps to Reproduce
Running Android Studio 4.0
Result:
Logs