Is there a shortcut to select entire line in Visual Studio 2019? - visual-studio-2019

I couldn't find shortcut to select entire line in Visual Studio 2019.
This feature is exactly the same as "CTRL + L" in VSCode.
For me, this is a very useful feature when using VS Code.
I want to use this feature somehow in VS2019.
I've tried to search in Keyboard Binding and Market Place.

Related

How do you get F2-F12 Function Key input sent to a running terminal application inside Visual Studio 2019 integrated Terminal (Developer PowerShell)?

I've been using the built-in Terminal in Visual Studio 2019. It works great--except for the (console) application that I run from within this integrated (PowerShell) is not receiving any Function Key presses. E.g., F3-F12 function keys on my keyboard all mean something to this console application I am running, but pressing function keys gets intercepted by the Visual Studio 2019 IDE, rather than "falling through" to the application running inside the integrated Terminal window/tab of the VS2019 IDE. In Visual Studio 2019, (NOT Visual Studio Code!) when I press the F3 function key, it moves the focus away from the Terminal tab where the console app is running, into a nearby source window (an open C++ header file) and proceeds to execute a search for whatever the last string used by the "Find" dialog was. How can I change that behavior, so that if the Terminal tab/window has the focus, then the F3 will go to that Terminal's running windows console application, and not get intercepted and turn into a Search? It seems like this should be possible, however, I'm not finding any help with Google/Stackoverflow--most of my clever attempts to NOT find "Visual Studio Code" information fail, and land in online "Visual Studio Code" help pages. :-( Does anyone have a solution that works for Visual Studio 2019 IDE? Once again please do NOT assume I am asking about "Visual Studio Code" because if you simply search for this question online, you WILL get redirected to "Visual Studio Code" not "Visual Studio 2019 Professional". I am asking about "Visual Studio 2019 IDE" and NOT NOT NOT about how to accomplish this using "Visual Studio Code" - a COMPLETELY different IDE that I am not using. My team does NOT use the "Visual Studio Code" product.

Why isn't F# Interactive displaying line of code after "send selection to F# Interactive" is clicked?

I am new to F# and Visual Studio. I am following the F# tutorial provided by Visual Studio and the project runs fine, but whenever I try to highlight a line of code and perform "Send selection to F# Interactive" the window pulls up but nothing displays. I also do not have the ability to perform any actions in F# Interactive. Some background info:
I'm using a 2020 MacBook Pro and 2019 Visual Studio
I had previously installed Rider for class but then my professor switched to Visual Studio, not sure if having both installed causes a conflict?
Below is a video showing the VS tutorial file I'm working in and some of the problems I'm experiencing.
https://youtu.be/2hdBlm-h2i4
I appreciate any help as I have to keep using Visual Studio, F#, and F# Interactive for class and do not want to fall behind, thank you!

How can I use shortcut to open the IntelliSense on Visual studio for mac

This is the issue image.
Like I say, how can I to open this one on visual studio for Mac version ?
On windows visual studio, I can use the shortcut keys (ctrl + j), but on the Mac, this doesn't work.
Thanks for your help.
In Visual Studio for Mac the default shortcut to open the intellisense window is Ctrl+Space.
You can change the default shortcuts in Preferences - Environment - Key Bindings. The shortcut is called Complete Word and is available in the Text Editor group.
You can either change the shortcut individually, or you can select Visual Studio (Windows) as the Scheme which will change the shortcuts to match those on Windows.

Codesmith generator 8.0, VS 2019 right click context menu does not have manage output option for .csp files

We upgraded to CodeSmith 8.0 from 5.2. We are using Visual Studio 2019.
I was able to upgrade the codesmith .cst templates. The right click menu on Visual studio 2019 solution explorer doesn't show Manage outputs, generate output or any of codesmith right click options for .csp files
It shows the right click options in windows explorer for .csp files but not for VS 2019.
See the two screenshots. Do I need to do anything special for the options to show up on VS 2019?
Right click menu from Windows explorer. There are code smith options when I right click on the .csp file
Visual Studio 2019
I work at CodeSmith Tools.. Microsoft broke the world with VS2019 and we are currently blocked by VSIX changes in VS2019 where Roslyn bin folder dependencies are not being deployed within the VSIX. This makes testing / development even more difficult. Until a fix is out we can't resume development of VS2019 as we can't even debug it :.

Use emmet(ZenCoding) with Visual Studio for Mac (not VS Code)

I'm making an Asp.Net Core MVC application using Visual Studio for Mac.(Not VS Code)
I want to use Emmet with Razor Page(*.cshtml file.) coding, but I can not use it even by pressing the Tab key.
I feel like I was able to use it before. (It is not certain.)
Is there a setting to enable Emmet somewhere?
Visual Studio for Mac does not have support for Emmet and there is no extension available that you can install.
Visual Studio for Mac has support for code snippets. If you open the Preferences dialog, select Text Editor - Code Snippets, you should find some snippets available for Razor files, and other files.
Code snippets are available in the completion list and you need to press tab - tab to select and then expand the snippet. However this does not match all the features that Emmet supports.

Resources