//Create File on ~/.config/sublime-text-3/Packages/User/Default.sublime-mousemap (LINUX)
[
{
"button": "button1",
"count": 1,
"modifiers": ["ctrl"],
"press_command": "drag_select",
"command": "goto_definition"
}
]
How to have code navigation inside Sublime Text (like the one in eclipse).
Code from -> https://gist.github.com/kendellfab/6135193
Code from -> https://gist.github.com/kendellfab/6135193
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.