Bug 1879774 [wpt PR 44524] - WebKit export: Implement field-sizing support for input...
[gecko.git] / docs / contributing / editor.rst
blob1ce083d4fcd83fa21ad4be5a0dcc3c2450d5d01a
1 Editor / IDE integration
2 ========================
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.
9 .. note::
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.
15 .. note::
17     This page is a work in progress. Please enhance this page with instructions
18     for your favourite editor.
20 .. toctree::
21     :maxdepth: 1
23     editors/vscode
24     editors/emacs
25     editors/vim
26     editors/others