DynamoDS / DynamoWishlist

This is a repository for all wishlist items for Dynamo Core
https://github.com/orgs/DynamoDS/projects/3
Apache License 2.0
15 stars 3 forks source link

Casting, Intellisense and code samples built into Py Revit Editor (Based on current DLLs) #227

Open apsis0215 opened 2 years ago

apsis0215 commented 2 years ago

What improvement/feature would you like to see in Dynamo?

2022-10-14(EXCEL) t145057 Current xlsb_-_Excel

Python Intellisense and object search (I.e. Revit DB Snoop and lookup) to link to GitHub for examples of sections of code pertaining to the object and sub objects as selected or highlighted or CAST.

How would you see this improvement/feature working?

In the Py revit editor- highlight text, right click and bring up the snoop dialog or an API dialog that references the current DLLs. in the system. Allow copy-paste from code samples

Allow intellisense to continue expanding based on the snoop

*Allow and direct variables to be cast ahead of time to help expand the subclasses.

Please provide any sketch/mock-up or video of your requested improvement/feature

2022-10-14(EXCEL) t145057 Current xlsb_-_Excel

Amoursol commented 2 years ago

@apsis0215 - Do you have an example of where you would want this feature to look for code samples on Github? A particular repository?

apsis0215 commented 2 years ago

@Amoursol I will take a look to see if such a thing exists. That is right out of Visual Studio. If we could use VS as the "Edit in VS" that would resolve the issue provided all the references ported correctly!