Sublime Text 3:如何安装特定版本的包

Sublime Text 3: How to install specific version of package

我正在通过包控制安装这个包,但它没有选择最新的。

它安装的是 1.5.3 版,但我想要 1.5.6 版。有什么方法可以在安装时明确声明版本号吗?

如果你看 packages.json, you'll see that the two versions correlate to two different version of Sublime Text. 1.5.3 is for ST2 and ST3 builds less than or equal to 3083. 1.5.6 is for builds 3084 and greater. This is because 1.5.6 uses the new .sublime-syntax format, which was introduced in Build 3084. However, to get access to these new development builds, you must have a license.