Clickable WSDL
Sublime plugin that makes navigating WSDL/XSD types as simple as a click or keystroke!
Details
Installs
- Total 183
- Win 89
- Mac 67
- Linux 27
Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Clickable WSDL (and XSD)
A plugin for Sublime Text that turns WSDL and XSD types into clickable links!
Summary
This Sublime Text plugin turns WSDL and XSD type
s, ref
s, base
s, element
s, message
s, and binding
s, into clickable links to their defintions.
If you don't like using a mouse, you can also navigate them with a keyboard shortcut. See Configuration below.
Installation
Install via Sublime's Package Control: Preferences > Package Control > Install Package
, search and select Clickable WSDL
.
Note: you need to manually enable mouse and/or key bindings to make the links clickable/navigable. See How to Configure Mouse Bindings and How to Configure Key Bindings below.
Configuration
All configuration is done via the settings file that you can open via the main menu: Preferences > Package Settings > Clickable WSDL > Settings - User
.
How to Configure Mouse Bindings
To rebind mouse keys, open Preferences > Package Settings > Clickable WSDL > Mouse Bindings - User
.
For example, to navigate the links using alt+click
:
[{
"button": "button1",
"count": 1,
"modifiers": ["alt"],
"command": "navigate_to_link_under_cursor",
"press_command": "drag_select"
}]
How to Configure Key Bindings
To configure keyboard shortcuts, open Preferences > Package Settings > Clickable WSDL > Key Bindings - User
.
For example, to navigate the links using super+option+enter
:
[
{ "keys": ["super+option+enter"], "command": "navigate_to_link_under_cursor" }
]
Note on Performance
To protect Sublime's performance, the plugin is automatically disabled if the document has more than 1000 clickable links. This can be configured via the max_clickable_limit
settings option. To configure this, go to Preferences > Package Settings > Clickable WSDL > Settings - User
and set:
{
"max_clickable_limit": 10000
}
Note on Sublime Text 2
Unfortunately, in Sublime Text 2 the only way to underline a block of text is a hack with underlining empty regions, and there is no way to control its appearance. If you want, you can disable link highlighting by setting the option highlight_urls
to false.
Note: this isn't an issue with Sublime Text 3.
Acknowledgements
This plugin borrows many concepts from Leonid Shevtsov's Clickable URLs plugin. Thank you Leonid!
If you've found Clickable WSDL valuable, please consider buying me a “coffee” 😁: