https://github.com/tushortz/matlab-completions
Offers Completion Suggestions for Matlab on Sublime text.
https://github.com/tushortz/matlab-completions
Last synced: about 2 months ago
JSON representation
Offers Completion Suggestions for Matlab on Sublime text.
- Host: GitHub
- URL: https://github.com/tushortz/matlab-completions
- Owner: tushortz
- License: mit
- Created: 2015-11-03T02:56:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T17:49:57.000Z (almost 9 years ago)
- Last Synced: 2025-04-04T23:33:12.081Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 130 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# MatLab Completions
## About
All Completion Suggestions for Matlab on Sublime text.
## How to Use
Start typing on a Matlab file and press tab to select completion suggestion.
### Screenshot
#### Import Completions
## Installation
> Important: You need to have `Package Control` installed first on your sublime text which can be found at [The Package Contol Website](http://packagecontrol.io)### Using Package Control's Repository
Go to `Preferences` --> `Package Control` --> `Add Repository` --> then type into the textbox `https://github.com/tushortz/Matlab-Completions`
After doing this, then go to: `Preferences` --> `Package Control` --> `Install Package` --> then search `Matlab-Completions` and click it.
The package will be installed and ready for use.
### Using Git
Locate your Sublime Text 2 `Packages` directory by using the menu item `Preferences -> Browse Packages...`.
While inside the `Packages` directory, clone the theme repository using the command below:
git clone https://github.com/tushortz/Matlab-Completions.git
### Download Manually
* Download the files using the GitHub .zip download option
* Unzip the files
* Copy the folder to your Sublime Text 2 `Packages` directoryoptionally
###For windows
#### for Sublime text 2
copy the **Matlab-Completions** folder and paste the file into the location of your default packages. It should be found by opening sublime text then clicking `preferences -> Packages`#### For Sublime text 3
copy the **Matlab-Completions** folder and paste the file into the following location.##### File location
> **Note:** You will need to *show hidden files* first
> C:\Users\User name\AppData\Local\Sublime Text 3\Cache
## Contributing
All contributions are welcome.
## License
© 2015 Taiwo Kareem | [email protected].Read **License.txt**
## Acknowledgements
I'd first like to say a very big thank you to God my creator. Without him, this wouldn't be possible.