The Mplus plugin for Sublime Text is amazing. So to is Nettuts-Fetch. So why not put the two together?! Here you will find:
- Example Mplus input files taken from the mplus user's guide.
- An example gitignore file for use with git.
- A json file for use in Nettuts-Fetch (instructions below).
Install both the mplus and nettuts-fetch packages using package control shift+command+p
then start typing install. If you do not have package control go here.
After that you need to set up Nettuts-Fetch to get mplus snippets:
- First
shift+command+p
then start typingfetch: manage
- Copy and paste the information from here and
command+s
save. NOTE If you use Nettuts-Fetch already just integrate the this info into your current fetch file or you will just mess up your existing fetch system.
To fetch a file press shift+command+p
and type fetch: file
and select the input file you want. This will load the mplus snippet then type shift+command+p
and begin typing ss: mplus input
and select.
If you want to download all examples (not sure why you would want to), press shift+command+p
and type fetch: package
and select MplusexampleFolder.
I through this together on a Sunday morning as a proof of concept. I am hoping people will add useful example files rather then me adding all the mplus examples.