Menu

Disable code completion

Help
2004-11-27
2013-05-20
  • Toby Johnson

    Toby Johnson - 2004-11-27

    I just installed the testing version of EPIC. Everything is mostly great but I find the "auto-complete" of quotes, brackets, etc. to be so annoying that I can't use it. Worse, I can't find a way to turn it off. What am I missing?

    Has anyone else noticed that auto-complete makes typing a "here-doc" impossible? Try the following:

    my $txt = <<"EOT"
    foo
    EOT

    Thanks for making a great plugin!

     
    • LeO

      LeO - 2004-11-30

      works in progress. currently no switch for this issue is provided. Why immpossible to write this?

      Take the following lines as sequence of input:

      <>
      <<>>
      <<"">>
      <<"EOT">>
      <<"EOT"

       

Log in to post a comment.