- Make upgrade for vscode.
- Fix user script checker.
- Change travis-ci to github action.
- Ignored some old snippets.
- Update the default snippets.
- Add support for get_comment_format.
- Fix the VISUAL placeholder.
- Add support for python with args.
- Add support for vsce publish.
- Add support for CURRENT_YEAR_SHORT.
- Fix golang doc with empty arg and ret.
- Add ultisnips snippet filetype matching logic to SnippetManager
- Add support for js func args
- Add new testcase for parser
- Add support for auto trigger,
not recommanded
#16 - Only display snippets only after adding.
- Add message in the status bar
- Add
vbox
support. - Modify travis ci.
- Add options for display strategy and trigers.
- Use eslint as linter.
- Add syntax highlight for 'extends' keyword.
- Merget some PR from hikerpig.
- Change CompletionItem behavior, only evaluates it when command is triggered.
- Remove
triggerCharacters
that passed to registerCompletionItemProvider.
- Add doc support for golang.
- Fix some TypeScript parse error.
- Add doc support for Python and TypeScript.
- Allow user change python func comments style.
- Allow user define variables in VSCode.
- Fix time function.
- Add mocha for unittest.
- Parse python class and func token.
- Allow python function use sphinx doc.
- Add travis CI.
- Add example snippet and js func.
- Allow user modify python quoting style.
- Only call func once in every snippet.
- Allow specify the js script function file.
- Update the readme, add zh_CN doc.
- Allow user modify the snippets in new window.
- Start allow user add costume javascript script.
- Add support for print module.
- Allow user disable the default snippets dir.
- Allow user use the all.snippets.
- Unify the kv_store variable name.
- Fix the document selector.
- Change the trigger.
- Fix the dependency error
- Modify the config and fix the parse error.
- Add the config for log level.
- Modify the log dir and fix the path error.
- Delay register the completion provider.
- Add syntax highlight for snippets.
- Enable get title from document.