How to add item to FileStructurePopup
For instance, here is my ruby rspec file
describe "desc" do
it 'desc 2' do
end
end
when I trigger "Navigate > File Structure", "desc" and "desc 2" will show in popup, my question is: Is there popup.addItem method?
Please sign in to leave a comment.
I hope implement following:
here is my code
plan.rb
end
I hope "desc 1" and "desc 2" show in "Navigate > File Structure" popup
Please see http://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support/structure_view.html and
http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/structure_view_factory.html