Hi,
I’m pretty new to ST3 and have now been setting it up for reactjs by following a tutorial plus adding some plugins I thought might be useful. Everything else is working well except for the fact that my autocomplete list is now very much polluted when in .js files with a syntax selection of JavaScript (Babel).
So I guess most of them come from one plugin or another, but is there some easy way to find out exactly where they are from? And is there a way to limit them other than removing the plugin that adds them?
One example of an item/snippet that I find very weird and hardly useful is “description-Range.setEnd”, which if selected, produces the following output
/*
Description:
The Range.setEnd() method sets the end position of a Range.
Syntax:
range.setEnd(endNode, endOffset);
*/