tools.rst 700 B

123456789101112131415161718192021
  1. ========================
  2. Tools available with Nim
  3. ========================
  4. The standard distribution ships with the following tools:
  5. - | `Documentation generator <docgen.html>`_
  6. | The builtin document generator ``nim doc`` generates HTML documentation
  7. from ``.nim`` source files.
  8. - | `Nimsuggest for IDE support <nimsuggest.html>`_
  9. | Through the ``nimsuggest`` tool, any IDE can query a ``.nim`` source file
  10. and obtain useful information like definition of symbols or suggestions for
  11. completion.
  12. - | `C2nim <https://nim-lang.org/docs/c2nim.html>`_
  13. | C to Nim source converter. Translates C header files to Nim.
  14. - | `nimgrep <nimgrep.html>`_
  15. | Nim search and replace utility.