Best Visual-Studio Tool as a Linux Development Tool

I need to write some programs for the project I'm working on now, and I'm very used to Visual Studio 2008, and I'm not against Python programming, but I need to have convenient GUI programming language, and it should be well integrated and fast . I know there is a lot to ask, but is there such a thing for Linux?

I know Mono, but I found that it is not fully compatible or not capable of what I want, and to be frank, the programs look like shit running on Linux

edit: I did not drop GTK #, only Mono Winform

+3
source share
6 answers

Since you've already abandoned MonoDevelop , the following comes to my mind: Netbeans has a very good GUI linker.

alternative text http://www.netbeans.org/images/v6/7/screenshots/swing-gui-builder-cut.png

L & f for linux is accurate enough for most applications. Java, however, is a little harder to understand than other programming tools.

EDIT

MonoDevelop has:

GTK # Visual Designer

Easily create GTK apps #

alt text
(source: monodevelop.com )

I do not think that you cannot be closer to VS than this.

+7
source

python , Eclipse Python. Linux. Windows Mac OS X.

NetBeans Python, , Eclipse . NetBeans , , Jython, .

+2

GUI, Glade, , , . IDE, XML, GTK + . (GTK + - - GUI C, ++, Python, Mono ..)

+1

KDevelop Visual Studio, , , 8 , .

-, Windows, Linux ( Mac). Eclipse, Python: Pydev. Eclipse , , , , , , , , . Eclipse , . Dell Latitude D820 D830.

+1

The Wing IDE is very similar to Visual Studio for Python. About a year ago, I was working on a team developing in Python, and this was the standard development environment for the team.

+1
source

Source: https://habr.com/ru/post/1719463/


All Articles