[開發日誌][UnrealEngine] 如何自動排序原始碼中的include

posted in: UnrealEngine, 未分類, 開發日誌 | 11

之前在寫code的時候,發現某個cpp檔中的include了一大堆其他module中的檔案,而且其中一大堆重覆include,越看越覺得亂,然後心中的潔癖突然發作想要好好的整頓一番。第一個想法是,如果我們的include能夠自動依字母排序,這樣就能夠很清楚的看出有哪些include重覆了,若我們能好好的依不同的module進行分類,還能夠清楚的知道我們用到了各別module中的哪些功能。

查詢了一下,其實VisualStudio中還真的有相關的功能,他的快速鍵是Shift+Alt+L, Shift+Alt+S:

由於我有買Visual Assist X,因此另外也試了一下它的版本,並把快速鍵設成了F9。最後發現這個版本比內建的順手多了:

https://docs.wholetomato.com/default.asp?W175

另外也發現了Visual Studio Code也有SortLine的功能:

做完快速鍵的設置後,我們就可以使用該功能來幫我們做排序,我自己是喜歡依據module的不同來區分,如下圖:

除了include之外,我也喜歡對build.cs中的DependencyModuleNames做排序:

嗯,看起來清爽多了。

11 Responses

  1. zoritoler imol

    I wanted to draft you one tiny remark so as to say thank you over again about the remarkable methods you have shown above. It is quite incredibly open-handed of people like you to allow openly just what many people might have offered as an ebook to help make some profit on their own, chiefly considering that you might well have tried it in the event you desired. These pointers additionally served to be the good way to be aware that other people have similar zeal really like my own to realize many more when considering this matter. Certainly there are lots of more fun sessions in the future for many who looked over your blog.

  2. best online slot games

    Hello there! This is my 1st comment here so I just wanted to give a quick shout out and say I really enjoy reading your blog posts. Can you suggest any other blogs/websites/forums that go over the same subjects? Thanks for your time!

  3. Kerassentials

    I was just searching for this information for a while. After six hours of continuous Googleing, at last I got it in your site. I wonder what’s the lack of Google strategy that don’t rank this type of informative websites in top of the list. Normally the top websites are full of garbage.

  4. gelatin trick

    What i don’t realize is actually how you’re not actually much more well-liked than you may be right now. You are so intelligent. You realize therefore significantly relating to this subject, produced me personally consider it from numerous varied angles. Its like men and women aren’t fascinated unless it’s one thing to accomplish with Lady gaga! Your own stuffs excellent. Always maintain it up!

  5. zaborna torilon

    Hi there! This post couldn’t be written any better! Reading through this post reminds me of my previous room mate! He always kept talking about this. I will forward this article to him. Pretty sure he will have a good read. Thank you for sharing!

Leave a Reply to fdertol mrtokev Cancel reply

Your email address will not be published. Required fields are marked *