Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] Support Other Languages #3991

Open
core-ai-bot opened this issue Aug 29, 2021 · 3 comments
Open

[CLOSED] Support Other Languages #3991

core-ai-bot opened this issue Aug 29, 2021 · 3 comments

Comments

@core-ai-bot
Copy link
Member

Issue by philophys
Friday Jun 21, 2013 at 17:36 GMT
Originally opened as adobe/brackets#4311


@core-ai-bot
Copy link
Member Author

Comment by olsgreen
Saturday Jun 22, 2013 at 23:27 GMT


They are "supported"?

@core-ai-bot
Copy link
Member Author

Comment by olsgreen
Sunday Jun 23, 2013 at 00:06 GMT


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

@core-ai-bot
Copy link
Member Author

Comment by jasonsanjose
Monday Jun 24, 2013 at 17:52 GMT


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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant