consulo / consulo-unity3d

Frameworks: Unity3D
Apache License 2.0
103 stars 10 forks source link

Code suggestion when typing the lowercase letter #40

Closed minhdu closed 9 years ago

minhdu commented 9 years ago

Hello @VISTALL , i have a suggest about "code suggestion popup" - i mean the popup show the list of method/field/property... when we typing a letter...

Example: I have a class with name: MyClassName When i typing "m" (lowercase), the popup doesn't show MyClassName, it only show when i typing exactly letter that is "M" (uppercase)

So, can you improve this thing?

VISTALL commented 9 years ago

Please change code completion case sensitive, from All to None

Here

minhdu commented 9 years ago

Oh sorry, I see, thank you! :)

VISTALL commented 9 years ago

Np. You cant known all options :)

cupsster commented 8 years ago

Please can this be added to WIKI? It definitevely helps with speed of codding :) It was bit frustrating for me from beginning as well but now I found solution I'm happy camper again.

VISTALL commented 8 years ago

Wiki is open for all users (https://github.com/consulo/consulo-unity3d/wiki)