Text Editors
When editing text files, it's critical to use an editor that maintains plain text UTF-8 format.
Some example editors that we recommend:
Atom (free, cross-platform)
Brackets (free, Windows and Mac only)
Notepad++ (free, Windows only)
Sublime Text (paid, cross-platform)
TextMate (free or paid, Mac only)
Visual Studio Code (free, cross-platform)
These can be used to view and edit .txt
, .md
, .log
, .csv
, .xml
and .cs
files.
Note, however, they can't compile C# source code to DLLs — you'll need an IDE for that, see: Developer Tools
Last modified: 09 June 2024