Change shortcut for completing suggestion - visual-studio-2013

When I start typing on a new line in method body a suggestion pops up. When I hit space, the suggestion is automatically applied. This is something I am not very used to.
Is is possible to unregister space from such action ?

Yep. ReSharper -> Options -> IntelliSense -> Completing Characters and uncheck "Complete on space" for the language you're interested in.

Related

Microsoft word is showing strange squares

I was trying to do something in Microsoft Word and I did something that I can turn back to normal and it's driving me crazy for days already.
So here it is. There are some strange squares that show every new line, doesn't matter if they are blank or not. It looks like this:
Click here to see the image
EDIT:
The OS is Windows 10 if it is of importance.
How to remove them? Please HELP!
File -> Options -> Advanced (tab) -> "Show document content" section -> uncheck "Show text boundaries". As an advice I would suggest do not do "something" you are not sure about ;)

Visual Studio 2013 Ultimate: Caret goes to wherever the mouse clicked

my VS2013 is configured at C# layout. Whenever I click an empty space in a file, say somewhere far right to a line of code that has ended well before, the caret moves where I click and spaces are inserted between the last character of the current line and the caret, regardless the fact that the indent settings are at "Keep tabs".
This is annoying to me. Could anyone tell me how to fix this? When I click an empty space after a line, I expect the caret goes to the right of the last character of the line.
Sounds like Virtual Space. Turn it off using Tools -> Options -> Text Editor -> All Languages (or your chosen language) and uncheck Enable Virtual Space.

is this known behavior of uitextfield and how to disable it?

when I type in uitextfield something followed by multiple spaces it replaces the first space with ., I can delete it and then it will not happen in this particular input.
Is this coming because of the auto-correction?
Is this behavior is known, how to disable itwithout disabling the auto-correction?
Thanks.
Victor
This is standard iOS typing behaviour. When your typing sentences you don't need to type . You just press 2 spaces and it does it for you.
It can be disabled in the general phone settings.
The accepted answer here will help you ignore it iPhone: Disable the "double-tap spacebar for ." shortcut?
This is a feature that the user can enable/disable. Go to the iPhone/iPad settings -> General -> Keyboard -> "." Shortcut.

XCode 4 beeps when entering brackets

How can I turn this behavoir off?
It happens when you enter a close bracket without a matching open bracket. Which is annoying because I do that all the time. I don't need xcode beeping at me (under any circustances).
(Of course I always go back and put the opening bracket in, I guess this makes me wierd, but my mind just works that way, and I don't need xcode nagging me about it.)
Goto Xode-> Preferences-> Text Editing-> Code completion
in this u can then untick option "balance brackets in objective-c method calls"
It shold help you. But I suggest you to keep this option enable.
Also in "General" tab of Xcode preference you can set "Play Sound"(first option) enable/disable.

Text Macros in XCode not working?

Noob xcoder here and for some reason i cannot get the text macros to expand within xcode. For example if i type ifelse and then hit ^. it doesnt automatically expand the macro?? Likewise if i type fo and then ^. it will complete it to either for,fori etc, and will also pop up those options if i hit escape however i cannot get it to expand the macros unless i am misunderstanding how this works?
Make sure the shortcut for menu item Edit->Next Completion is indeed ^. If it is not, go to Xcode preferences, Key Bindings and edit it.
Try rebuilding your code sense index from the Project Info panel.

Resources