ocaml / v2.ocaml.org

Implementation of the ocaml.org website.
http://ocaml.org
Other
322 stars 345 forks source link

Add editor set-up page #318

Open raphael-proust opened 10 years ago

raphael-proust commented 10 years ago

There does not seem to be a page for editor setup.

Using the search box, returns some archives from wg-camlp4, slides from the Merlin presentation, and http://ocaml.org/dev_tools.html which 404s

There should be a page giving configuration tips for different editors with notes about Merlin and such.

amirmc commented 10 years ago

dev_tools.html moved to http://ocaml.org/tutorials/dev_tools.html

Should it be somewhere else?

agarwal commented 10 years ago

The dev_tools is very hard to find. I just had to grep the source code to find where its linked from. The correct solution is for us to break up the list of tutorials into categories: Learn by Examples, Core Language, Libraries, Development Tools, etc. The Development Tools section should have a sub-list consisting of: Compilation Tools, Configuring Editors, etc.