R
R
Robin Alikhanov2019-05-28 11:24:22
Python
Robin Alikhanov, 2019-05-28 11:24:22

Subleme Text3 how to remove tabs in autocompleted code?

When writing Python code in Subleme Text 3, Djaneiro plugins are included. Anaconda etc.
The problem is that I set 4 spaces instead of default tabs, since this is considered more correct in Pyrhon, but all plugins put tabs when autocompleting code in functions and cycles, which causes mixing of tabs and spaces and, accordingly, the interpreter swears on this I'm wasting time.
Who knows how to put spaces in all plugins 4 and not these tabs

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AWEme, 2019-05-28
@robin1985

Preferences -> Settingsin the right window:

{
  "translate_tabs_to_spaces": true
}

A
Ashot Aslanyan, 2019-05-28
@fellliche

Ctrl+h
In the search box, press tab
Replace with anything

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question