How to make sublime text autocomplete popup not disappear after a second? - plugins

My sublime text autocomplete popup disappears after a second:
How do I make it not disappear? Below is a list of sublime packages I installed and I don't know if fixing the settings would help. If so, can you tell me which package's settings I should fix and how?

I had the same problem and the cause of the problem was the autosave in sublime if you have it just disable it and suggestion won't be disappear

Related

Problems with editing VS Code

I can't edit the code after pressing ctrl+c or after I minimized the window and opened the code. this cursor appears highlighted in the photo and nothing happens so that it doesn't click. How to solve the problem?
enter image description here
You have the vim plugin installed.
Either press i to go into edit mode, or disable the extension in the Extensions tab.

VSCode - Disable selection on auto-complete suggestion

Whenever I use autocomplete, VSCode automatically puts whatever I type in a selection, it didn't happen before and it only started happening recently.
Here's what happens:
I type something like this and suggestion comes up:
Then I press enter to auto complete:
All of this is fine, but when I start typing in the quotes:
VSCode automatically puts my text in a selection. This causes multiple problems. Suggestions get disabled in selection and I have to press Esc everytime I want the selection disabled.
Is there any way to fix this?
The question was already answered by #Anton Solomin and #devanil. The issue is VS code auto-suggestion is not working when text is highlighted, because some of your code snippet is preventing quick suggestion by VS code.
So just tell VS code that don't disable quick suggestion if some snippets askes you to do it.
Go to VScode settings page, in settings search bar type editor.suggest.snippetsPreventQuickSuggestions
Uncheck Controls whether an active snippet prevents quick suggestion

autocompletion pop up menu in sublime text 3 doesn't display

I have Sublime Text 3 on Ubuntu and the ctrl+space to bring the autocompletion menu does not work. I tried to set it in the user key binding but it still does not work.
I then installed the SublimeCodeIntel package, but I have the same issue. I can manually bring the pop-up menu up. Even with the ctrl+shift+space for SublimeCodeIntel nothing works.
any ideas?
First save your document as css or which ever format you want your browser to read it as. Sublime Text will recognize the type of markup/programming language you are using and auto complete accordingly.

Disabling the hint window that EClipse Editor shows

when I hover over the codes in ECLispe Editor it pops up this yellow hint box for everything that I am on it to show some useful info about it. well it is cool but it is also annoying! is there a way that I can deactivate it as Default setting and then anytime I needed it I hit a hot-key to bring it up...
If you go:
Window->Preferences
In the tree look for "Hovers" under Java->Editor->Hovers
You can uncheck all the ones you do not want, or add keyboard shortcuts to activate a Hover. Not particularly useful, but may help.

netbeans editor loses focus on editor and gives it to the menubar

I am newbie of using Netbeans and i have Netbeans 6.5 on XP. So, here is my problem: when i am working on Netbeans and switch to an another task and then come back later, editor of the Netbeans losts the focus and the menubar gains it. I don't want to press ALT key again to re-focus on the editor. I made some search on help contents of the Netbeans and google and i couldn't find any solution. Have any of you got an idea to solve this problem? By the way, i am sorry about my unfluent English. Have a nice day!
Try Ctrl-0. It should set the focus to the editor window. There are several focus-related keyboard shortcuts. Look through the Window menu for the shortcuts to the different windows.
What you're looking for is this thread. I ended up using a different look-and-feel, but updating your JDK might just help, too.