Unity opens two tabs in Monodevelop with the same file. How to get rid of this problem?
Monodevelop 3.0.5
Video: http://www.youtube.com/watch?v=ABSbI8sMHLU
Maybe Visual studio is a good choice for replace of Mono.by using visual you can even check the metadata,and definitely it only open one tab in same project.
Related
I'm playing around with Monodevelop and coming from Visual Studio I'm generally pleasantly surprised how similar it is. For the most part I find it workable but I cannot for the life of me figure out how to enable the toolbar with icons for saving files, building the solution, starting the application etc. How do I enable and configure it? I'm using MonoDevelop Version 7.8.4 (Build 2)
I want something like this:
Right now my Monodevelop looks like this:
I am playing with a Blazor Wasm app on VS Community 2019 v16.6.2 using AspNetCore v3.2.0 and Chrome v83.0.4103. When I set a break point in some native javascript in VS, Chrome breaks on that statement instead of VS as shown in the screenshot below (look for the small light yellow "Paused in debugger" popup). This has happened before, but then I discovered I had '"nativeDebugging": true,' in the IIS Express profile in launchSettings.json. I got rid of it, and the problem went away. Now it is back, without nativeDebugging set. This is a giant pain. Any idea what I am missing this time?
Thanks. Steve
I'm not sure this is a real answer. As I said above, the problem went away when I merely opened the .map file for the TypeScript file. I assume that triggered some rebuild-like process, but that's purely conjecture.
I'm new to JavaScript (/html in general) and to visual studio. I seem to have two different issues: I'm having trouble running code in browsers, and some of the keyboard shortcuts are broken.
I've recently installed Visual Studio 2017. Everything seems great except I need a way to test my open file. I've looked online at certain guides which tell me to configure the task runner to be able to do so. The problem is, to get to the tasks.json which I need to edit, I have to open the command palette with ctrl + shift + p, which doesn't seem to work. Additionally, I can't find any other way to open the command palette using the bar at the top nor can I find any other way to open tasks.json. Also, I noticed that I should be able to run code in browser using the "View in Browser (Google Chrome)" and "Browse With..." options under "file". The keyboard shortcut doesn't work for View in Browser, and when I click on both options, I get a dialogue box with the error "The operation could not be completed. Class not registered".
How can I set things up properly, or at least be able to properly test my code?
I think what you need is Visual Studio Code, not Microsoft Visual Studio.
Both were similar but target different programming platform.
If you want to develop web application, HTML/CSS/ts/js etc, better if you use VS Code.
I was trying to download Monodevelop for mac, but on the official page there is everything but a compiled and downloadable file.
I've read around other threads on different forum and apparently it is required to compile the source code. Is this really the case?
What other alternative may exist for Mac? I just need to dig into some source code, using references and jumping from code portion to others without using the search filter.
Thanks.
If you want a binary for Mac, you need to go to Xamarin's homepage and simply download Xamarin Studio.
Xamarin Studio is basically the same thing as MonoDevelop, the only difference is a bit of branding and the inclusion of 3 plugins for their proprietary development offerings, which you can ignore if you're not interested in developing for the mobile platform.
I've tried this on two different machines now on Windows 7 and it appears that the Window > New Window menu command is not available in Visual Studio 2010. It doesn't work for HTML, .aspx, and .js files, but does work for .css, .cs, and .xaml files. Has anyone else noticed this or knows why this is?
(I have the productivity power tools extension installed)
I found a registry entry at
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\Languages\Language Services\HTML]
or
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\Languages\Language Services\HTML]
for 64 bit machines
called "Single Code Window Only"
I deleted it and the menu command showed up!
Then I made a new window, and it was completely blank.
I checked with Visual Studio 8 and found the same thing. Apparently they have not implemented "new window" for some file types.
Apparently they had started to implement it for Visual Basic Files, but had it disabled because it hadn't been thoroughly tested yet ( http://msmvps.com/blogs/deborahk/archive/2010/05/17/visual-studio-window-new-window.aspx ).