tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

editor.rst (725B)


      1 Editor / IDE integration
      2 ========================
      3 
      4 You can use any editor or IDE to contribute to Firefox, as long as it can edit
      5 text files. However, there are some steps specific to mozilla-central that may
      6 be useful for a better development experience. This page attempts to document
      7 them.
      8 
      9 .. note::
     10 
     11    Visual Studio Code is the recommended editor for Firefox development.
     12    Not because it is better than the other editors but because we decided to
     13    focus our energy on a single editor.
     14 
     15 .. note::
     16 
     17    This page is a work in progress. Please enhance this page with instructions
     18    for your favourite editor.
     19 
     20 .. toctree::
     21    :maxdepth: 1
     22 
     23    editors/vscode
     24    editors/emacs
     25    editors/vim
     26    editors/others