Closed roieyal closed 8 years ago
It appears in the documentation that files with .sl extension are recognized as CloudSlang files. Isn't it clear enough?
the files are recognized as CloudSlang files but still if you want to use the snippet you must save the file first. (you can't use the snippet on an unsaved file because Atom doesn't know it a sl file) - documentation.
The files are recognized as CloudSlang files only if they are saved as .sl files. And only then the CloudSlang package, including syntax highlighting, auto-completion and snippets can be used... I think that it is true to any text editor, since a text editor cannot "know" if it is a slang file, JS file, text file, Java file or any other type of file, if the file is not saved with the correct extension. I don't think we need to document it since it is the common behavior of any text editor
we should document it