Documentation Wiki

Site Tools


code_editors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
code_editors [2018/09/29 22:12]
Admin
code_editors [2020/06/19 14:51]
Admin [PowerShell]
Line 1: Line 1:
 ====== Code Editors & IDEs ====== ====== Code Editors & IDEs ======
  
-Here you will find a list of our favorite code editors in order. While some focus one only a single programming language, most have features that assist in programming in many different coding languages. We will often list the same editor under different language headings.+Here you will find a list of our favorite code editors in order by language. While some focus one only a single programming language, most have features that assist in programming in many different coding languages so we will often list the same editor under different language headings.
  
 //Please keep the list alphabetical.// //Please keep the list alphabetical.//
 +
 +===== General Editors Compatible With Multiple Languages =====
 +    - **Visual Studio Code** [[https://code.visualstudio.com/]] - Free, open source and cross-platform code editor from Microsoft. It's actually one of the best editors out there for many languages through the use of extensions. For example, this is the go-to editor for **PowerShell** editing, replacing the Windows PowerShell IDE.
 +    - **EditPad Pro & EditPad Lite** [[https://www.editpadpro.com/]] & [[https://www.editpadlite.com/]] - Compact, extremely configurable, general-purpose text editor with large file support. Many advanced text editors only cater to programmers. EditPad Pro will automatically enable coding features when you are editing source code, and will automatically enable other writing features when you are editing other text files.
  
 ===== C# ===== ===== C# =====
Line 9: Line 13:
 ===== PowerShell ===== ===== PowerShell =====
  
-  - Visual Studio Code (With PowerShell Extension) [[https://code.visualstudio.com/docs/languages/powershell|https://code.visualstudio.com/docs/languages/powershell]] +  - **PowerShell Integrated Scripting Environment (ISE)** [[https://docs.microsoft.com/en-us/powershell/scripting/getting-started/fundamental/windows-powershell-integrated-scripting-environment--ise-|https://docs.microsoft.com/en-us/powershell/scripting/getting-started/fundamental/windows-powershell-integrated-scripting-environment--ise-]] 
-  - PowerShell Integrated Scripting Environment (ISE) [[https://docs.microsoft.com/en-us/powershell/scripting/getting-started/fundamental/windows-powershell-integrated-scripting-environment--ise-|https://docs.microsoft.com/en-us/powershell/scripting/getting-started/fundamental/windows-powershell-integrated-scripting-environment--ise-]]+  - **PowerShell Studio (Paid License)** https://www.sapien.com/software/powershell_studio
code_editors.txt · Last modified: 2020/06/20 14:03 by Admin