GavriYashar / Matlab-Editor-Plugin

Extends features for the matlab editor, Bookmarks, FileStructure, Clipboard stack
MIT License
74 stars 12 forks source link

Make code completion understand camelCase #127

Open michaelkonecny opened 6 years ago

michaelkonecny commented 6 years ago

I don't know how much it is possible to modify Matlab's autocompletion lists, but

when I want to type a variable such as XLastConverged it would be great to be able to just type xlc (which are the first letters of the words in the name) and press tab to have it autocompleted to XLastConverged.

This is how autocomplete works in IntelliJ products, which I find lovely and really time saving.

GavriYashar commented 6 years ago

Issue is linked to #95, and #123