How to move out of auto-completed brackets in IntelliJ IDEA (without using the arrow keys)?

IDEA doesn’t have such feature yet. The closest equivalent is the Complete Current Statement editor action (Ctrl+Shift+Enter). UPDATE Initial implementation for this feature is available in 2018.2 EAP version – press Tab to jump out. It works more like in MS Visual Studio – without visual indication of tab ‘exit’ position. For now, it should … Read more

Google Search autocomplete API?

The new url is: http://suggestqueries.google.com/complete/search?client=firefox&q=YOURQUERY the client part is required; I did’t test other clients. [EDIT] If you want the callback use this: http://suggestqueries.google.com/complete/search?client=chrome&q=YOURQUERY&callback=callback As @Quandary found out; the callback does not work with client “firefox”. [EDIT2] As indicated by @ user2067021 this api will stop working as of 10-08-2015: Update on the Autocomplete API