Skip to content

nithish/cyntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cyntax package

C language plugin for atom editor.

It makes a programmer a professional programmer if coding standards are followed but following coding standards takes time and hampers the flow of programming(typing out the code). Cyntax is aimed at maintaing the flow while maintaining codind standards.

Currently, Cyntax allows to add method definitions from method declarations directly, without having to scroll all the way to the top and adding the entry. Thus, saving time and maintaining the flow.

All you have to do is to add a comment like this =>

"//Method_Definitions"

in the place where you need your method definitions to be placed. Select the text to be added and press Ctrl+Shift+o or right click and click the option Cyntax Add

Other features coming soon!

A screenshot of your package