3205b25f80
Allow completion of physical files as it is the case for injected Kotlin code. Also, fix function completion for that case as `document.charsSequence` for injected code document is not dynamically updated as for usual document. So, we should to do it manually #KT-31117 fixed