Namespaces with Slashes
Closed this issue · 1 comments
davidmatter commented
With some keyboard layouts (like German or Swiss) it's far easier to type a slash than it is to type a backslash. In big projects with many namespaces/sub-namespaces this can be a bit of a pain.
Would it be possible to support multiple types of namespace declaration notations?
e.g.:
{{
namespace SomeNamespace/SubNamespace/SubSubNamespace
}}
davidmatter commented
Great! Thank you for implementing it!