Guillermo López-Anglada
Guillermo López-Anglada
Standard ST keys are used: - F12: Navigate to declaration for symbol under caret (not working) - Ctrl+R Open 'GoTo Symbol In File' - Ctrl+Shift+R Open 'Goto Symbol In Project'...
Just for reference, it may be that the regexp capturing symbol information needs to capture the exact symbol name so that `F12` will in turn locate a given symbol.
**Native Symbol Navigation in ST** It's text-based, so it'll only work with whatever regexes are defined in _Symbol List.tmPreferences_. For example, _var_ decls aren't defined in there, so that won't...
In your example there will be no symbols in any of the lists. Try defining a class or a function with a return value. Unfortunately, some funcs' definitions are so...
TODO - [ ] document F12 to jump to definition
Perhaps add a: ``` ... "dart_sdk_paths": { "1.0": "foo/bar/dart1.0", "1.1": "foo/bar/dart1.1", "1.2": "foo/bar/dart1.1", ... "active": "1.1" } ``` Also, `dart_sdk_paths` would override `dart_sdk_path` or subsume it in the larger list...
@financeCoding is this something we could integrate with Sublime?
I think that's too advanced for the ST plugin right now. For the moment, I think it should simply give the option to point the plugin to multiple VM versions...
This is too specific. If someone wants to start a wiki topic about this, go for it!