LaTeXing / LaTeX-cwl

LaTeX cwl files for Sublime Text 2/3 with LaTeXing
http://www.latexing.com
56 stars 20 forks source link

Braces after a user-defined command that takes no arguments #12

Open orrp opened 5 years ago

orrp commented 5 years ago

Version: 2018.07.08.12.51.58

Steps to reproduce:

  1. Define a macro that takes no arguments. For example, \newcommand{\testcommand}{}
  2. Begin typing the newly defined command and autocomplete it. For example, type \test and then tab

Expected outcome The text is autocompleted to \testcommand

Actual outcome The text is autocompleted to \testcommand{}