Automatic full text editor for C

The first post is new for C and programming in general. I have some experience with HTML and CSS, but am in the process of working through C for dummies.

I am trying to find a text editor that automatically completes the C code. I am currently using SubEthaEdit, which is the third text editor I have tried. How can I get it automatically?

+3
source share
12 answers

Typically, text editors themselves do not support autocomplete. Try the integrated development environment (IDE) for autocomplete functionality. There are many options.

Windows? Dev-++. , C , ++.

Mac, msiemeri answer. Xcode , Apple. , Mac.

+5

. c-ide-for-linux SO.

IDE Linux, Eclipse Windows, :: .

+4

, Mac ( SubEthaEdit), Xcode, "" IDE OSX.

, .

+4

SciTE linux C.

-

  • SciTE Python, XML, JavaScript Windows Linux.
  • , , .

, , . , C (, API-, , ctags, - , build/test/run)

+1
+1

, , Emacs Vim. ( Vim) ( ). Ctrl-P vim . , stdio.h, printf ..

+1

gedit , Linux.

:

apt-get install gedit-plugins
+1

Vim , .

, "" - . ?
Intellisense - Visual Studio.
Omnicomplete - Vim.
.
,

0

/ Vim/Gvim, c.vim.

0

Dev-++ ( c) Code:: Blocks , , IDE:)

0

SubEthaEdit, MacOS X.

, Eclipse - . .

0

As an IDE, I recommend Microsoft Visual Studio, the Express version is free.

0
source

Source: https://habr.com/ru/post/1708478/


All Articles