Monday, November 8, 2021

Windows Development Software - Code Editor, IDE

This is a series of posts which will list some useful apps for development and general usage of Windows. These are just some examples of what can be useful. Of course, use any app you already know or have.

code editor, ide:

PHPStorm

https://www.jetbrains.com/phpstorm/
PHPStorm actually 'gets' your code and deeply understands its structure, supporting all the PHP language features for modern and legacy projects. It provides the best code completion, refactorings, on-the-fly error prevention, and more.



IntelliJ IDEA

https://www.jetbrains.com/idea/

Every aspect of IntelliJ IDEA has been designed to maximize developer productivity. Together, intelligent coding assistance and ergonomic design make development not only productive but also enjoyable.



Netbeans

http://netbeans.org/

Netbeans, an open source and cross platform ide, highlights source code syntactically and semantically, lets you easily refactor code, with a range of handy and powerful tools.



CodeLobster 

http://codelobster.com/

CodeLobster IDE streamlines and simplifies the PHP development process. You don't need to keep in mind the names of functions, arguments, tags or their attributes -- we've implemented all these for you with autocomplete features for PHP, HTML, JavaScript and even CSS.



NuSphere 

http://www.nusphere.com/

NuSphere is provider of the best PHP Tools, the home of PhpED - state of the art PHP Editor.

Thousands of people use our tools including our PHP IDE with the leading debugging tool for PHP.



Atom

https://atom.io/

An open source, hackable text editor for the 21st Century



Visual Studio Code

https://code.visualstudio.com/

Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity)

AWS Cloud9

https://aws.amazon.com/cloud9/

AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser. It includes a code editor, debugger, and terminal. Cloud9 comes prepackaged with essential tools for popular programming languages, including JavaScript, Python, PHP, and more, so you don’t need to install files or configure your development machine to start new projects. Since your Cloud9 IDE is cloud-based, you can work on your projects from your office, home, or anywhere using an internet-connected machine. Cloud9 also provides a seamless experience for developing serverless applications enabling you to easily define resources, debug, and switch between local and remote execution of serverless applications. With Cloud9, you can quickly share your development environment with your team, enabling you to pair program and track each other's inputs in real time.


Notepad++

https://notepad-plus-plus.org/

Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages.  Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size.



Geany 

https://www.geany.org/

Geany is a powerful, stable and lightweight programmer's text editor that provides tons of useful features without bogging down your workflow. It runs on Linux, Windows and MacOS is translated into over 40 languages, and has built-in support for more than 50 programming languages.



-End of Document-
Thanks for reading

No comments:

Post a Comment