python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SwiftUI/MacOS - Keyboard Shortcut in new window
I'm currently programming a MacOS app with SwiftUI.
Thanks to a view extension function, i'm creating a new window. And in that window i'm trying to perform an action with a .keyboardShortcut method.
...
Nathan Z
Votes: 0
Answers: 0
JavaScript: Generate current date with custom format
I am trying to generate the current date in the Date Month, Year format. Currently I am using following code:
function currentDate()
{
var months = [
'Jan', 'Feb', 'Mar', 'Apr', 'May', 'J...

Mr.Singh
Votes: 0
Answers: 2
Cannot eXit from Nano with Control + X in Visual Studio Code Terminal. Is there another shortcut?
Control + X doesn't work to exit Nano in Visual Studio Code Terminal (I'm on Mac). I've edited a file, then saved it with Control + O. Works fine. But when I try to eXit Nano in the terminal it doesn'...
Andreas
Votes: 0
Answers: 1
Vs Code: Move selected file to new tab
For example: I have 2 files opened, I usually use "ctrl + tab" to move between them. And when i need to move one file into new tab I press "ctrl + 2" to open new tab and move file ...
IBlackVikingl
Votes: 0
Answers: 0