shortcut Questions
5
Solved
Is there a keystroke in visual studio similar to Eclipse's Alt + ↑/↓?
For example:
int x = 0; // Cursor is anywhere on this line.
int y = 1;
and Alt + Down were pressed, then:
int y ...
Alphonsealphonsine asked 12/4, 2011 at 19:46
7
Solved
How do you get the directory target of a shortcut folder? I've search everywhere and only finds target of shortcut file.
14
Solved
How can one make a windows short-cut that opens Powershell into a specific directory?
Such as the target:
%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe
-noexit -command {cd c:/path/...
Bouncing asked 9/1, 2013 at 10:53
6
Solved
I've created a WinForm application with .NET 4.6.1 and C#. I'm using Visual Studio 2017, with latest fixes updated (up to 29-Sept-2018).
The application uses a custom icon, and it's correctly shown...
Your asked 29/9, 2018 at 10:42
9
Solved
With the Firefox web developer toolbar I can select "Miscellaneous → Clear private data → Cache". Is there a way to do the same with a keyboard shortcut?
Edit: I am also using vimperator...
Ours asked 12/3, 2009 at 17:2
4
Solved
I know the shortcut for Console.WriteLine() is type cw and tab twice. Does anyone know what's the short cut for Console.ReadLine() ?
Rockhampton asked 26/8, 2015 at 14:14
9
I use both eclipse and visual studio (2008 right now) a lot. But there are some shortcut keys from eclipse that I really miss in Visual Studio that I haven't been able to locate. Does anyone know i...
Lynnalynne asked 21/2, 2011 at 20:27
3
Solved
I would like to know how to obtain the path to the start menu folder on Windows and then create a shortcut to a path that might contain non-ASCII characters.
13
Solved
Just tired of typing console.log again and again, and do not find a way like Sysout + Control + Space in Eclipse will create System.out.println().
12
Just installed Eclipse Helios (Win7 64) and I'm having a strange problem. I type syso-Ctrl-Space which is expected to complete to System.out.println("") but it doesn't work! I searched the web for ...
Gavra asked 18/3, 2011 at 22:17
5
How do you set up Sublime Text 2 so that typing a . (period) produces class=" " and # (hash) produces id=" " when typing an opening HTML tag?
Jaques asked 10/2, 2015 at 21:18
11
Solved
I'm having a problem always when I'm trying to close a window through the window.close() method of the Javascript, while the browser displays the below message on the console:
"Scripts may close o...
Fighter asked 19/9, 2014 at 15:17
7
Solved
I can run the whole Junit test using:
Shift + Alt + X, T
But how I can run a single test? Using the mouse I click on concrete method and Run As -> Junit test
anyone know shortcut for this ca...
3
I want reload window using shortcut key,
it is already defined to ctrl + R
but dont know how can i reload window using shortcut key.
Can you explain how can i in isDevelopment state?
thanks
...
Mroz asked 3/1, 2020 at 4:4
3
What is the inline hints on/off shortcut in visual studio 2022?
I checked these checkboxes and it works but the shortcut Alt+F1 not work. (Visual Studio Community 2022 (64-bit) - Preview
Version 17...
Biodynamics asked 7/4, 2022 at 21:10
18
Solved
I installed Android Studio 0.1.9. Today I got and update to version 0.2 and of course I updated. After the installation I restarted Android Studio but now I get this message:
Project is using an...
Deleterious asked 18/7, 2013 at 15:25
3
When creating a Windows shortcut to launch a PowerShell script the following works fine when double clicked as a regular user and with right click Run as administrator:
%SystemRoot%\System32\Window...
Orate asked 29/7, 2016 at 12:5
5
Solved
Visual Studio 2010 adds a zoom setting on the bottom left of the text editor (to the left of the horizontal scroll bar) and also adopts the Ctrl+mouse scroll idiom for zooming in and out.
The form...
Longwood asked 18/5, 2010 at 22:39
2
Eclipse has Ctrl+3, Intellij has Ctrl+a for finding just about anything in the whole IDE
refactorings
settings
views, perspectives
...
These are magic, sort of uber-shortcuts that makes you ef...
Treacy asked 10/11, 2015 at 21:59
3
In powershell, you use cd dir to go into the directory dir.
But if dir is a shortcut to a directory, cd dir and cd dir.lnk both give an error, saying that the directory doesn't exist.
So how do I...
Yawmeter asked 18/9, 2017 at 9:54
3
Solved
Sometimes I need to copy method body but recently I have to do this so often that's why I am searching a shortcut for this.
Zeringue asked 10/1, 2018 at 6:27
17
Solved
I have seen some people creating properties in C# really fast, but how did they do it?
What shortcuts are available in Visual Studio (currently using Visual Studio 2010) to create proper...
Stolen asked 6/10, 2010 at 9:48
13
Solved
I have an Eclipse project where I often launch the same java class. I have added my run configuration to the favorites menu, but to launch it I still need to click on the run-drop-down menu and cli...
1
Solved
--- edit
Let's say that I have the following scenario in vscode:
I have 3 open files, with vscode showing two files at once.
on the left I have 2 tabs: a.js, in foreground, with
import { b }...
Sheepshead asked 17/11, 2022 at 13:21
11
Solved
How can I copy a line 10 times easily in Emacs? I can't find a copy-line shortcut or function. I can use C-aC-spcC-eM-w to laboriously copy the line but how can I then paste it more than once?
Any...
© 2022 - 2025 — McMap. All rights reserved.