On a fresh install of dev15 with F# tools installed, type the following in a new project:
open System
[<EntryPoint>]
let main argv =
let s = String.Format(
0 // return an integer exit code
Note that there is no IntelliSense:

Nor when the comma is pressed:

Note that this fails for more than just String.Format:
