sublime-yaml-nav
sublime-yaml-nav copied to clipboard
ST2/3 plugin for quick navigation in YAML files.
This plugin rocks. That's it.
It is a fix for #12 Залей, пожалуйста, раз у тебя нет времени самому фиксить =)
Hello! Got this error after recent update on Sublime Text 3 (Build 3175): ``` Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 403, in on_new callback.on_new(v) File "/Users/dannote/Library/Application Support/Sublime...
I love the plugin but why: ```python # Force our custom syntax view.set_syntax_file("Packages/YAML Nav/YAML-ng.sublime-syntax") ``` I like the native one better, at least allow for toggling.
Currently, doesn't identify various objects by their anchors and, correspondingly, is pretty much frustrated when told to jump to any object in particular. ``` --- - step: &id001 # defines...
Given: ``` yaml --- foo.bar: 'baz': lemur: "weasel" ``` The list of keys given with super-R is: foo.bar foo.bar.lemur The same is true with a double-quoted key name. The entity.name.tag.yaml...
https://github.com/ddiachkov/sublime-yaml-nav/blob/master/yaml_nav.py#L77 Should remove a "self" here? For example, `self.on_load(view)` I have an error report on this line, under ST3 Dev build 3109.
Added max navigation depth, with a setting in configuration file. Added configuration editing to 'Preferences' menu
This will save several keystrokes on every yaml lookup
Hi, I just discovered this package and tried to install it on Sublime Text build 4143 and it doesn't seem to work. Shows an error on the bottom toolbar `YAML...