You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I visual select a block and execute SWLinkInsert to move the block into a new file called name.CamelName, the file is created as name.CamelName at the project root, rather than name/CamelName.
The workaround is to let this happen and then open name.CamelName and execute :SWRename name.CamelName which DOES respect the namespace.
The problem holds true for SWLinkAppend, SWInsert and SWAppend as well.
The text was updated successfully, but these errors were encountered:
If I visual select a block and execute SWLinkInsert to move the block into a new file called name.CamelName, the file is created as name.CamelName at the project root, rather than name/CamelName.
The workaround is to let this happen and then open name.CamelName and execute :SWRename name.CamelName which DOES respect the namespace.
The problem holds true for SWLinkAppend, SWInsert and SWAppend as well.
The text was updated successfully, but these errors were encountered: