Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions website/community/extensions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Extensions
---

These IDE extensions are available from other developers; follow the links for more information. If you've developed an extension you would like to share with others, feel free to [add a link](https://github.com/premake/premake-core/edit/master/website/community/extensions.md) to the list!

## Visual Studio Code

- [Premake Mananager](https://marketplace.visualstudio.com/items?itemName=lolrobbe2.premake-manager) : Manage premake projects and use the integrated premake terminal.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is still misspelled.


## Visual Studio

- [VSPremake](https://marketplace.visualstudio.com/items?itemName=ColtonMcGraw.VSPremake) : Run Premake5 inside Visual Studio
1 change: 1 addition & 0 deletions website/sidebars-community.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
community: [
'support',
'showcase',
'extensions',
'modules'
]
};
Loading