spyder editor is it possible to set autocomplete to Tab? - autocomplete

I'm trying to set autocomplete functionality in spyder editor to Tab via
Tools --> preference --> KeyBoardShortcuts.
in the popup, window tab is used as the toggle switch. so i cant set the Tab as shortcut key. please help to set Tab as autocomplete key.

(Spyder maintainer here) The Tab key is defined by default to get completions in the Editor, so you don't need to set it through our Preferences.
Besides, this functionality is hard-coded in our source code, so you can't reassign Tab to something else.

Related

eclipse shortcut only active in package explorer

I want a shortcut(e.g ctrl+o) only active in package explorer view,so that I can use this shortcut in the main java editor view of another purpose(open quick outline view).
I know there is a way in the shortcut setting that I can set the shortcut only active in some context.
But actually I can't find the selection which named package explorer in when setting in the shortcut setting(the image below),so is there any other way I can solve this problem?
Eclipse keybindings can be customized in General > Keys preference page.
Key bindings can vary based on the current context of Eclipse. It is possible to assign the same shortcut to different parts of Eclipse.
See Eclipse Key Bindings

VS Code ctrl+click behaviour on file explorer

I updated VSCode and the behaviour of ctrl+click on file explorer changed.
Before it opens the file in a splited view, now opens the file on current window.
How can I enable the old behaviour?
From v1.20 Release Notes MultiSelect
Clicking with the Ctrl/Cmd key pressed will no longer open an editor
to the side because this key is now used to add more items to the
multi-selection. A new setting, workbench.list.multiSelectModifier,
allows you to change back to the old behavior by setting it to
"workbench.list.multiSelectModifier": "alt". With this setting, you
use the Alt key to add items to the selection.
So setting to "alt" will return the old behavior.
"workbench.list.multiSelectModifier": "alt"
Alt+Click is now bound by default to open in split view. Ctrl+Click - to multi-select in tree.
You can change it though:
"workbench.list.multiSelectModifier": "alt",

IntelliJ Cursive s-form documentation on hover over

Is it possible to have IntelliJ/Cursive display a pop-up with s-form's definition and documentation when that s-form is hovered over with a mouse, like it's done in Eclipse? Ctrl+Q seems to bring up the window, but I'd like for it to open up automatically without me hitting a shortcut. Is this a configurable setting or something? Also, what is a similar key combination to bring up a source pop-up?
Thank you in advance.
No, there's no way to do this automatically on hover. You can see the source pop-up using View->Quick Definition - the keybinding will depend on the keymap and platform you're using. The keybinding should be shown in the menu, otherwise you can search for "Quick Definition" in Settings->Keymap.

Do not show user input in console autocomplete

Recently, I have noticed that Google Chrome's JavaScript console autocompletes previously inputted commands. For example:
I want to remove this feature because the autocomplete displays variables that may not exist. Is there a way to remove this feature?
Yes. A lot of people found it annoying, so they added a setting to disable it.
First, enter the DevTools settings from the menu button in the top right corner.
Then, in the "General" section, disable "Autocomplete from history".

Where does Eclipse store file with Menu visibility?

On the Eclipse setup I am about to work with there is no Window element in the top menu, therefore I cannot change the menu visibility (under the Customize perspective submenu).
Which Eclipse config file stores this information?
If you have the Quick Access search bar at the top of the workbench window you can type Customize Perspective there to access the settings. Otherwise you can pop up the Quick Search by pressing Ctrl+3.