I have a few issues with Visual Studio and I would like for it to function slightly more like Geany.
I am running Ubuntu 16.04 and when running cpp in Geany it opens a terminal for me when running the code. This allows for me to interact with the program that was written (ie. input values etc.).
Visual Studio utilizes json, which I admit that I am still trying to figure out for the most part. I have downloaded a few extensions (ie. codeRunner). This runs the code in the output box but does not allow for me to input any values etc. Most of the coding that is being done is for class, all of which is in C++.
Questions:
How can I get Visual Studio Code to open a terminal to run the code? I'd be fine with the output box at the bottom, I just can not figure out how to get it to allow me to input or interact with the program.
Secondly, Visual Studio will NOT run any files that have in the title. Instructor sends a ton of files that I have to trouble shoot to get to run and they include spaces in the title.
I think that's it. If you can even point me in the right directions to solve these I'd' be happy. Thank you!
Related
I'm a moderately experienced Unity programmer, but I haven't explored much of Visual Studio outside of writing scripts. I've just joined a team where a programmer has been building a toolkit using a series of .dlls, but upon attempting to open them in Visual Studio, I'm just getting a directory tree on a white background.
Can anybody suggest how I can open this .dll? From what I can tell from the Unity Project view, there should be a bunch of relevant scripts available within... but all I can seem to access is this white screen.
Any advice would be very welcome!
A DLL is compiled code. To "open" it you add a reference. You can also examine its contents using ILSpy.
Im learning to use hyper terminal for my web development. I need to open a file directly from CLI using VSCode.
For opening it using notepad++ i can open it by writing
start Notepad++ filename.ext
But i want to open it with Visual studio code.For which i wrote
start Visual studio Code filename.ext
The name of vscode is shown as Visual studio Code in apps. Since it has multiple strings im getting error. how do i bind the name of application together.
Incase if i want to open through atom i write,it works fine.
start Atom filename.ext
How do i make it work.
I believe to open Visual studio code through the terminal you need to call it as 'code', so in your case it would be "start code filename.ext".
Be advised I am working in linux, it may be slightly different in windows. You can also look at the properties of vscode and it should say there how to open it.
I know this is a late answer, but maybe it will help others.
The command is: code filename.txt
To open Visual Studio code from your Hyper Terminal, just type: code .
I'm trying to use the parallel debugger on visual studio 2010 for a project written in C using MPI. I set it up using instruction I had for setting it up in VS 2008, which I know worked, however when I run I see no output to the screen. Break points are still hit by every process, and I can step through the code and everything appears to process fine, however none of the standard output (ie printf statements) is printing to the screen. Never had this problem with 2008, and I can't figure out how to fix it. Any help is appreciated.
A program we work with in my office can be automated through VBScript Files, yet the files are saved with an extension *.RVB other then *.VBS. I'd like to use Visual Studio as my editor/debugger, which is working. Yet it is not coloring the code like it does if I have a *.VBS file open.
Under Tools->Options->File Extension I added "RVB" and set it's editor to Microsoft Visual Basic, yet it is still not applying any syntax highlighting to my file. What am I missing?
I realize this might be beyond what you had in mind. However, I see no acknowledgement to your solution so I am going out on a limb here. You could create a language extension and totally control all aspects of the coloring. This is easily transfered to 2010 (the example is in 2008) but remains relevant.
http://msdn.microsoft.com/en-us/vstudio/bb851701
In this video, Hilton Giesenow illustrates a simple working Language Service. He begins by building a simple scanner colorizingsing based on regular expressions, then expands on this to implement the Managed Babel framework, integrating MPLex and MPPG directly into the Visual Studio build as well.
I'm working on a Project (c#) and have the following problem when debugging a succesfull build.
When putting breakpoints in the Source Code or pausing the execution of the application
strange things happen...
I'm using the "Local" Tab at the bottom to check and control the values in the objects and variables, but the output at this position looks like a mess ^^
Actually i tried almost everything i know to change and setup the configuration of the Visual Studio.
I also tried to start a new c# project and repair and reinstall the VS and so on.
But nothing really worked.
But on an other PC and working with the same VS-Edition and the same Project, everything is fine.
attached there are two screenshots of the failure... so i need your help.. any ideas..?
correct one:
steve-krieghoff.net/gundg/msdn/forum/true.png
wrong one
steve-krieghoff.net/gundg/msdn/forum/false.png