Figma can't find password dots shortcut - operating-system

there is a problem in Figma shortcuts I can't get password dots by alt+7 or alt+0139
please answer

It works, but you have to use ALT+0149, not ALT+0139.
Screenshot:

Related

Customize background color of suggested text

Does anyone know whether it's possible to customize the background of a text after it has been suggested by IntelliSense? I'm using the Everblush theme.
As you can see in the GIF, after selecting the suggested "activityBar.activeBackground" option in the settings.json, I get this annoying white background between the two quotes. This also happens with brackets and with other programming languages (Rust for example).
Do you have any idea on how to change this?
Keep in mind that this happens only after I press the ENTER key on option given by IntelliSense. It has nothing to do with normal text highlighting.
Following rioV8 suggestion, I found out that the option for this particular case is editor.snippetTabstopHighlightBackground.

Flutter IconData preview doesn't show in VSCode

As shown in the picture above, I cannot see any IconData preview. It only prints a message like shown. In similar question I've read earlier, I still can't manage to figure out how to show the IconData preview, like in this Flutter tutorial video
How do I enable this feature? Is it because of recent update or something?
Pressing ctrl + space in windows can show and hide the icon
This is a known issue - there's an open GitHub issue at https://github.com/Dart-Code/Dart-Code/issues/2896.
The way these icons are embedded doesn't allow them to easily be rendered, and the original extension code would use a regex to find/replace them. This has become slightly more complicated in the move to LSP, though I have some ideas to try to fix it soon.

Weird spacing in vs code

Please have a look at the image given below and guide me how to fix it. This is making difficult it to read the comments and it is annoying because I like to have my code perfectly indented. Please help me out.
In the image tabsize is 8 (I set it for demonstration purpose)
This is probably caused by using a non-monospace font. To fix, try to reset your font the default settings:
Type Ctrl+Shift+P to open the command menu
Type Preferences: Open Settings (JSON)
Remove the line starting with "editor.fontFamily"

where is word wrap in DBeaver 5.2.0?

I've been looking for hours in the options of DBeaver but I can't seem to find a "word wrap" option. Is it available, as this changelog suggests? I'm losing my patience over this issue...
Right click in the editor and go to Format>>Toggle Word Wrap
For those on Mac and Version 22.3.4:

How to disable drag and drop event into the tinymce editor

I want to disable drag and drop text and image into the tinymce Editor (textarea). I tried to search on the web and still cannot find the working answer. Can anyone please provide me the snippet that i can work around ? Thanks much.
Anyone ? :(
This should be possible using the paste plugin. The paste_block_drop option should do just what you want.