Autocomplete issues

When I start typing “String”, for some reason, instead of System.String, the autocomplete always insists on System.Runtime.InteropServices.JavaScript.String, which I don't think I've ever used once.

Why would it do this?  How can I fix it?

0
1 comment

Hello, Louis 

You can exclude the unneeded namespace via settings: Settings | Editor | General | Auto Import | Exclude the following types/members from import features

0

Please sign in to leave a comment.