Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Support Other Languages #4311

Closed
ghost opened this issue Jun 21, 2013 · 3 comments
Closed

Support Other Languages #4311

ghost opened this issue Jun 21, 2013 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 21, 2013

No description provided.

@olsgreen
Copy link
Contributor

They are "supported"?

@olsgreen
Copy link
Contributor

If there's no one else working on C hints / auto-complete you can write your own extension, there are some good examples of the inbuilt (HTML, CSS, etc) code hinting extensions here:

https://github.com/adobe/brackets/tree/master/src/extensions/default

More info on developing extensions in general can be found here:

https://github.com/adobe/brackets/wiki/How-to-Write-Extensions

@jasonsanjose
Copy link
Member

The Brackets team is focused primarily on supporting web standard languages like HTML, JavaScript and CSS. In that way, we're different than other text editors and/or IDEs that target a broad set of languages.

We don't plan to support other languages like C, C++ and Python beyond simple syntax highlighting that is enabled easily in CodeMirror (our editor widget). Our API is available for extension authors to provide more features like autocomplete and snippets.

You can find a list of extensions on our wiki https://github.com/adobe/brackets/wiki/Brackets-Extensions.

Closing this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants