Search code examples
sublimetext3autosuggest

How to Prevent this type of Suggestion in Sublime Text 3?


Even before I start writing code, some meaningless suggestions are coming which make no sense... Preventing me to use Multi cursor feature... It's coming from where and how can I stop this?

Suggestion example

List of my Packages, hope it helps:

A File Icon
AdvancedNewFile
Alignment
Auto Semi-Colon
AutoFileName
Autoprefixer
BetterSnipperManager
ColorHelper
CSS To SASS And Stylus Converter
Emmet
Hover Image Preview
Inc-Dec-Value
jQuery
Less Tabs
Local History
Material Theme 
One Dark Color Scheme 
Package Control
Sass 
SASS Build 
SFTP 
SideBarEnhancements 
SublimeLinter
SublimeLinter-jshint
Theme - One Dark 
UnusedCSSFinder
View In Browser 
zzz A File Icon zzz

Solution

  • Just disable Packages which autocomplete path of files:

    AutoFileComplete
    AutoFileName
    Fuzzy​File​Path
    

    Just uninstall and restart your editor :)