Code variables with Snippets Expander, Global Search and Snippets Assistant
Now when you reuse snippet's code with Expander, Global search and Assistant we replace code variables with it's values. This is because it makes no sense to insert the whole variable code if editor will not recognize it as a variable.
However, in Xcode, for example, when you paste code that has a variable in Xcode's format it will recognize it. In this case we do not replace it with its default value but with the variable that Xcode recognizes.
For example snippet with code "Hello ${Name:World}" will be inserted using mentioned earlier instruments into TextEdit or Notepad as "Hello World", but as "Hello <#World#>" into Xcode where <#World#> is a variable.
Some other small features and improvements were introduces as well. Please check out release notes for Windows and Mac clients.
Now it's time to create more distributors. So, stay tuned and happy coding!
This comment has been removed by a blog administrator.
ReplyDelete