Hello:
I just submitted a request for code folding for verilog (which was promptly added). Is it possible to add another set of keywords for verilog that will also code fold?
Will future versions have the ability to make code folding user definable?
-Eli
More than one set of code folding keywords
The Verilog folding that was added should fold these start of fold markers:Is it possible to add another set of keywords for verilog that will also code fold?
Code: Select all
begin
attribute
case
casez
function
module
primitive
specify
table
task
Code: Select all
end
endattribute
endcase
endfunction
endmodule
endprimitive
endspecify
endtable
endtask
Will future versions have the ability to make code folding user definable?
As you have seen, the time and effort in adding a new language is minimal, while the effort required to code, test and document a user configuration layer would be much greater.
So for the mean time there are no plans to make this feature user configurable.
Jussi