ide - Visual Studio 2010: Why aren't key combinations available? -
I write VS 2010 am trying to use Often, I try to use a hotkey combination, and I get an error message of the form:
The key combination (key, key) is bound to command (command) Not currently available.
Why is this? In the examples CTRL + R
, rename and CTRL + K
, CTRL + D
for R
Code> Format Document
I'm trying these cursors with my cursor in the code editing window.
I think it works in 2008 C # but 2010 C / C ++
The C ++ text editor does not apply to those two commands if they work in 2008, So just because you have an extension installed that adds support for those features.
Edit: Opi currently says "To write C", the question simply changes to "C # to write" later.
If OP is actually the meaning of C #, then the error arises because you are editing the document that is not currently part of the open project / solution, or the build action in the file Not even set.
Comments
Post a Comment