Install latest Python version SelectAdd Python 3.x to PATH
Click Customize installation Make sure everything is selected > Next Select install for all users Install Disable path length limit FinishWindows Settings
>Apps
>Apps & features
>App execution aliases
> Disable the python App Installers
Install Package Control
Package Control: Advanced Install Package
SublimeLinter,SublimeLinter-annotations,SublimeLinter-cppcheck,SublimeLinter-cpplint,SublimeLinter-pylint,Compare Side-By-Side,Increment Selection,BinaryPlist,INI
python -m pip install cpplint
python -m pip install pylint
%appdata%\Sublime Text 3\Packages\User\
or ~/Library/Application Support/Sublime Text 3/Packages/User/
Associate Sublime Text 3 with files that have no extension, which is not allowed through the usual configuration menu.
Download and run the following batch file as administrator:
- associate.bat
assoc .="No Extension" ftype "No Extension"=^"%ProgramFiles%\Sublime Text 3\sublime_text.exe^" "%%1" assoc "No Extension"\DefaultIcon=%SystemRoot%\System32\imageres.dll,-102Note: replace the path for sublime text with the desired program.
Note: also works for other extensions, but it should be easier to use the given configuration menu instead.
%userprofile%\Documents\GitHub
for cloning repositories