Eclipse shortcut “go to line + column”

Ctrl+L Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select ‘Show Line Numbers’ There is no way to go to a particular column according to my knowledge. On OSX, the shortcut is ⌘ + L It you want more short-cuts, refer http://www.shortcutworld.com/en/win/Eclipse.html

How to select multiple places (sublime) in code in Android Studio?

I found how and lets share this cool feature with you. I found three cool features: For multiple selection just hold alt + shift then select whenever you want to change by mouse click then type some thing you can write at multiple places at the same time. Another cool feature is column selection. This … Read more

How to create a shortcut using PowerShell

I don’t know any native cmdlet in powershell but you can use com object instead: $WshShell = New-Object -comObject WScript.Shell $Shortcut = $WshShell.CreateShortcut(“$Home\Desktop\ColorPix.lnk”) $Shortcut.TargetPath = “C:\Program Files (x86)\ColorPix\ColorPix.exe” $Shortcut.Save() you can create a powershell script save as set-shortcut.ps1 in your $pwd param ( [string]$SourceExe, [string]$DestinationPath ) $WshShell = New-Object -comObject WScript.Shell $Shortcut = $WshShell.CreateShortcut($DestinationPath) $Shortcut.TargetPath … Read more

Shortcut to create properties in Visual Studio?

You could type “prop” and then press tab twice. That will generate the following. public TYPE Type { get; set; } Then you change “TYPE” and “Type”: public string myString {get; set;} You can also get the full property typing “propfull” and then tab twice. That would generate the field and the full property. private … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)