1
Using the code editor Atom I had the idea to make a simple but useful Feature for the same. But for this the first step is to find the beginning of the scope, for this I look for a couple of Brackets. The function can be accessed using Ctrl+m
.
The point is that as seen in the previous link Atom already has a class implemented with a method to find Brackets, but I did not find any reference to this in API official and I think do a fork
of the project as suggested in another similar question in the forum because of a method not worth it.
The doubts are as follows:
- There is a function similar to that in
API
or really need to make afork
only because of a method?