0% found this document useful (0 votes)
29 views1 page

Proba

Visual Studio is an integrated development environment from Microsoft used to develop console, graphical, web, and mobile applications. It supports languages like C++, C#, VB.NET, and F# through language services and includes tools like a code editor with IntelliSense, debugger, forms designer, and database designer. Visual Studio also accepts plugins that add functionality and support for source control and new toolsets. Eclipse is an open source integrated development environment with a plugin subsystem that allows it to support multiple languages like Java, C++, Ruby, and HTML through plugins. It is multi-platform and has editions for Windows, Linux, and Mac. Plugins expand Eclipse's functionality and include tools for source control, Android development

Uploaded by

Ivan Smiljković
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

Proba

Visual Studio is an integrated development environment from Microsoft used to develop console, graphical, web, and mobile applications. It supports languages like C++, C#, VB.NET, and F# through language services and includes tools like a code editor with IntelliSense, debugger, forms designer, and database designer. Visual Studio also accepts plugins that add functionality and support for source control and new toolsets. Eclipse is an open source integrated development environment with a plugin subsystem that allows it to support multiple languages like Java, C++, Ruby, and HTML through plugins. It is multi-platform and has editions for Windows, Linux, and Mac. Plugins expand Eclipse's functionality and include tools for source control, Android development

Uploaded by

Ivan Smiljković
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Microsoft Visual Studio is an integrated development environment (IDE) from

Microsoft.
It is used to develop console and graphical user interface applications along with
Windows Forms or WPF applications, web sites, web applications, web services.
Visual Studio supports different programming languages by means of language services, which allow
the code editor and debugger to support (to varying degrees) nearly any programming language,
provided a language-specific service exists.
Built-in languages include C/C++[5] (via Visual C++), VB.NET (via Visual Basic .NET), C# (via Visual
C#), and F# (as of Visual Studio 2010[6]).
Visual Studio includes a code editor supporting IntelliSense as well as code refactoring.
The integrated debugger works both as a source-level debugger and a machine-level debugger.
Other built-in tools include a forms designer for building GUI applications, web
designer,class designer, and database schema designer.
It accepts plug-ins that enhance the functionality at almost every levelincluding adding support
for source-control systems (like Subversion and Visual SourceSafe) and adding new toolsets like
editors and visual designers
Eclipse is open source integrated development environment.
It contains base workspace and plugin subsystem.
Eclipse is mostly written in Java and can be used for java development.
But, via pugins you can also develop in other languages as C++, Rubi, Html..
Eclipse is multiplatform IDE. There are Windows, Linux, Mac editions.
Plugins are great thing in eclipse. With plugins you can expand functionality of eclipse.
For example, there are Subversion plugins. With them you can control you source.
With Android SDK, NDK and eclipse plugin you can develop software and services for Android
platform. Also this tool allows you to develop in Java and C++.
Useful plugin is maven plugin which allows you to automatize source building.

You might also like