pyrevitlabs / pyRevit

Rapid Application Development (RAD) Environment for Autodesk Revit®
http://wiki.pyrevitlabs.io
GNU General Public License v3.0
1.3k stars 333 forks source link

Visual studio (localized) addin & Documentation #1652

Closed apsis0215 closed 1 year ago

apsis0215 commented 1 year ago

Is your feature request related to a problem? Please describe. Visual Studio templates for creating PyRevit tools. - Currently a noob so if this exists in the current repository Apologies in advance!

Watching Erik Frits:pyRevit Guide: Create your first Revit Add-In [RevitAPI + python] on YOUTUBE https://www.youtube.com/watch? Started thinking about a template or VS22 community - then thought I would ask if others have thought of this or are already doing this. Intellisense in VS is much nicer than the Revit Dynamo Python editor.

Describe the solution you'd like A Visual Studio (Current version 2022) PY.Revit 'Tempalte' Project VIA GIT integration in Visual Studio(Community 22+).

Describe alternatives you've considered Currently bouncing between Visual studio for the reference lookups and Dynamo Revit nodes- with the intent of using that code in PyRevit. Started in on PyRevit 'templates' and startups today as they are already in use here.

Additional context Appreciated - thanks Ehsan for all the great hard work you've put into this project, it's Genius!

jmcouffin commented 1 year ago

This discussion started a couple of weeks ago. There is a PR coming up to add an extension to help with extension creation. On one side, folder and file creation, on the other, code snippets to get started with coding with the framework.

Take a look at this PR. Just a start. But you can contribute.

apsis0215 commented 1 year ago

@jmcouffin - Link didn't come through,.

jmcouffin commented 1 year ago

@apsis0215 https://github.com/eirannejad/pyRevit/pull/1664

apsis0215 commented 1 year ago

ty! Great for the YAML - still need the Py Editors and publish ideally in VSCommuity : )