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
code_editors [2018/09/29 22:22]
Admin [PowerShell]
code_editors [2020/06/20 14:03]
Admin [PowerShell]
Line 4: Line 4:
  
 //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/windows-powershell/ise/introducing-the-windows-powershell-ise]] Note: The PowerShell ISE is no longer in active feature development. As a shipping component of Windows, it continues to be officially supported for security and high-priority servicing fixes and Microsoft currently has no plans to remove the ISE from Windows. It only supports the 5.x version of PowerShell and there is no support for the ISE in PowerShell v6 and beyond (which is the cross-platform side-by-side PowerShell. Users looking for replacement for the ISE should use Visual Studio Code with the PowerShell Extension. 
-  - 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
-  - PowerShell Studio (Paid License) https://www.sapien.com/software/powershell_studio+
code_editors.txt · Last modified: 2020/06/20 14:03 by Admin