- Thank @Alhadis to fix #16, #18 and #23
- Use Atom Emitter/Disposable to refactor old code
- Allow incremental update for future usage
- Add keymap example to README, and fix link to keymap.cson
- Use original debug package to solve install failures
- Support different styles for references/mutations/declaration
- Correct refactor of shorthands
- Fix issues of #10 reference markers leak
- Improve error handling
- Only update references/errors when needed, increase performance
- Use onDidStopChanging and increase delay of cursor move, increase performance
- Fix styles for shadow dom
- Use a config schema to fix #3
- Republished and maintained by hax
- Fix issues of using deprecated api
- Replace deprecated method. #10
- Improves renaming process with using
Marker
andDecoration
. - Fixes an issue that highlighting process didn't work when file is opened and window is reloaded.
- Fixes an issue that renaming process fails to rename symbol starting with
$
.
- Replace highlighting implementation to
Decoration
API. - Start support for React editor and finish support for the editor based on space-pen.
- Remove
constructor
anddestruct
from API interface.
- Fixes an issue that highlighting process didn't work when the cursor is left of a word starting with
$
.
- Improve highlighting process. Remove duplicated call in an event cycle.
- Improve finding symbol process. Use the start point of selection, not the range of word.
- Add more description to README for plugin developer.
- Reform refactor ecosystem to get better performance and maintainability.