Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
Rob BelchamParticipant
I had exactly the same problem. In my case, it’s because I also use VisualAssist and so have the “Regular VC++ IntelliSense” option selected in the IntelliSense settings page. If I switch to “Advanced Clang IntelliSense” then the Code Explorer populates, but I loose the VisualAssist buttons and so I cannot take advantage of the Code Explorer which is a shame.
February 21, 2022 at 08:36 in reply to: Bug : Import folder recursively has been broken for ages #32282Rob BelchamParticipantAmazing, thankyou! Works perfectly 🙂
February 14, 2022 at 03:01 in reply to: Bug : Import folder recursively has been broken for ages #32192Rob BelchamParticipantApologies for the terrible bug report! Here’s a clearer description of the issue.
- Open VS
- Create a new VGDB project with Custom Project Wizard
- Click Next / Finish to create an empty project
- Delete the empty
Header files
andSource files
folders - Create an empty folder in File Explorer and call it
Project
- Inside the
Project
folder, create a folder calledA
- Inside the
A
folder, create a couple of empty files egA1.h
andA2.h
- Inside the
A
folder still, create a folder calledB
- Inside the
B
folder, create a couple of files e.gB1.h
andB2.h
- Right click the project and click Add -> import folder recursively
- Leaving “the folder is located on this computer” selected, browse to the
Project
folder created above and select it - Enable
Bypass "Source Files" and "Header Files" folders
- Click OK
- File tree is successfully imported as expected. (see Screenshot 1)
- Inside the
A
folder in Windows File explorer, now create aC
folder withc1.h
andc2.h
inside it. - Right click the
A
folder in the VS solution explorer and repeat steps 10,11&12 but selecting the C folder created in 15. (Screenshot 2) - At this point, I would expect the C folder to be created underneath the A folder in the project window but it doesn’t, it puts the c1.h files at the root of the project (screenshot 3)
- What I would expect is to see screenshot 4. I think part of the issue is that the folder you select does not get created, only it’s contents, and it doesn’t place the contents at the level you selected in the tree.
- The use case for this is working with a large project, where someone adds a new submodule, or folder and you want to import it into the project in a single step.
Attachments:
You must be logged in to view attached files. -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)