Как включить Python IntelliSense

Post Reply
deaqsly
Posts: 2
Joined: 25.04.2019 10:22

Как включить Python IntelliSense

Post by deaqsly »

Я выбрал интерпретатор, а что дальше?
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

Plugin for CudaText.
Gives intelligence commands for Python lexer.

1) Auto-completion (Ctrl+Space)
Place caret after incomplete function/class/variable name, and press this hotkey.
2) Go to definition
Place caret on name of func/class/variable, and call "Go to definition" menuitem from editor context menu.
3) Show function call-tip (Ctrl+Shift+Space)
Place caret after function name between () brackets, and press this hotkey.
4) Show function doc-string
Shows doc-string for function/class under caret, in the Output panel. Call it from F1-Commands menu.
5) Show usages
Menu shows files/line-numbers where identifier is used. Call it from F1-Commands menu.
deaqsly
Posts: 2
Joined: 25.04.2019 10:22

Post by deaqsly »

Кхм, благодарствую, а чтобы не нажимать Ctrl+Space можно сделать?
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

есть опции.
Plugins / Options Editor.
искать опции "autocomp".
User avatar
kvichans
Posts: 203
Joined: 07.10.2012 05:45

Post by kvichans »

Если "не нажимать" это "использовать другое сочетание", то тоже возможно.
Простейший способ: найти команду в Палитре (F1) и дать/сменить ей хоткей через F9.
Продвинутый способ: через плагин Configure Hotkeys
CudaText 1.163, TC9.51x32, Win10x64(1920x1080)
Post Reply