The convention in SublimeText 3 is to have the settings for a package available via Preferences > Package Settings. Additionally, package settings should be available via the command palette.
The current implementation via the context menu does not follow that convention. In stead, the context menu should only contain entries applicable to that context. Also, the current implementation fails if the user settings file does not exist yet. The correct way to do this is to provide not the file name (ST will manage that) but the default contents.
This pull requests removes the context menu entry and replaces it with the correct entries in the main menu and command palette.
The convention in SublimeText 3 is to have the settings for a package available via Preferences > Package Settings. Additionally, package settings should be available via the command palette. The current implementation via the context menu does not follow that convention. In stead, the context menu should only contain entries applicable to that context. Also, the current implementation fails if the user settings file does not exist yet. The correct way to do this is to provide not the file name (ST will manage that) but the default contents.
This pull requests removes the context menu entry and replaces it with the correct entries in the main menu and command palette.