From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 18 Apr 2016 12:10:49 -0700 From: Endre Bakken Stovner Reply-To: kyleam/snakemake-mode Message-ID: In-Reply-To: References: Subject: Re: TODOs? (#10) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_571531397bd6b_48d33fbe74ba52bc124018"; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: kyleam/snakemake-mode List-Archive: https://github.com/kyleam/snakemake-mode List-Post: List-Unsubscribe: , To: kyleam/snakemake-mode Cc: Kyle Meyer ----==_mimepart_571531397bd6b_48d33fbe74ba52bc124018 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit * Menus Do not personally use/like them, so would be hard for me to create (and not that interesting to write for the same reasons). * Summary What info do you hope to glean from the summary? * Completions? I am getting solid completions, but perhaps it is because I am using spacemacs? Would be neat if `company-mode` (my backend) could suggest snakemake keywords without them being in the buffer in front of point. But this might be hard to improve on for me due to possible spacemacs interactions? * `hs-special-modes-alist` Interesting, never heard of it. hideshow seems like a more flexible folding/narrowing mode. Also neat that you can define forward-sexp functions, although I do not understand the one shown for python. * snippets Perhaps I'll start here or with `hs-special-modes-alist`. I'll try to read the stan-mode snippets folder for inspiration (`stan` looks awesome, btw). Haskell-mode does not have snippets included afaics. (And `ghc-mod` is so great you do not need them much anyways.) * Navigation commands Also a great idea. Can be easier than imenu for just moving one or two blocks up/down. --- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/10#issuecomment-211535113 ----==_mimepart_571531397bd6b_48d33fbe74ba52bc124018 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
  • Menus

Do not personally use/like them, so would be hard for me to create (and not that interesting to write for the same reasons).

  • Summary

What info do you hope to glean from the summary?

  • Completions?

I am getting solid completions, but perhaps it is because I am using spacemacs? Would be neat if company-mode (my backend) could suggest snakemake keywords without them being in the buffer in front of point. But this might be hard to improve on for me due to possible spacemacs interactions?

  • hs-special-modes-alist

Interesting, never heard of it. hideshow seems like a more flexible folding/narrowing mode. Also neat that you can define forward-sexp functions, although I do not understand the one shown for python.

  • snippets

Perhaps I'll start here or with hs-special-modes-alist. I'll try to read the stan-mode snippets folder for inspiration (stan looks awesome, btw). Haskell-mode does not have snippets included afaics. (And ghc-mod is so great you do not need them much anyways.)

  • Navigation commands

Also a great idea. Can be easier than imenu for just moving one or two blocks up/down.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub

----==_mimepart_571531397bd6b_48d33fbe74ba52bc124018--