Skip to content

tushortz/intellekt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intellekt

A sublime text plugin that attempts to provide intellisense for various languages

Features

Java

  • Method autocomplete suggestions based on imported class
  • import autocomplete suggestions and navigation to documentation url
  • view class/package description on click to line then hover

java features

Python

  • Method autocompletion

Recommended settings

In Preferences.sublime-settings, add the following:

"intellekt": {
    "python_path": "C:\\Program Files (x86)\\Python37-32"
},
"auto_complete_triggers": [ 
    {"selector": "source.python", "characters": "."}
]

Make sure to replace the python_path with the correct python_path

TODO

  • Java
  • Python
  • Ruby
  • QT C++
  • C/C++
  • CSS
  • HTML
  • Javascript
  • Dictionary
  • MatLab
  • Perl

and other suggestions

Note:

  1. This is meant to be a replacement of LangDocs and JavaIME which I will discontinue once this is complete.

  2. Some snippets may affect the completions from showing. You may have to disable them before using this plugin

About

A sublime text plugin that attempts to provide intellisense for various programming languages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages