简体   繁体   中英

Start off with a default “hello world” project in Emacs

Many languages in eclipse have some sort of "default" Hello World project which will start you off with everything necessary to navigate, compile, and run a multi-file project

(ie Java can use Ant or Maven or any number of other options, CDT will automatically create a Makefile, DDT creates the necessary DUB XML configuration files, haskell creates Setup.hs and {ProjectName}.cabal, Ocaml uses ocamlbuild).

Does Emacs have anything similar? I'm trying to switch to Emacs, but I find that as soon as my project uses more than one file, I have no idea how to set it up in Emacs. I'd rather not have to write configuration files and compilation scripts myself. That seems like something the IDE should be able to take care of on its own.

除了cedet,您还可以尝试Projectile: http ://batsov.com/projectile/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM