Broadly speaking, I am very happy the way Vim automatically completes the words for me. Currently, I have an HTML / CML / JavaScript / CSS framework, which styled one style for a defined set of CSS class names. Class names like
frameworkgauatable frameworkers_groupInput FrameworkPitaptive that will use
.framework_Table {}. .FramWork_NumberInput {} .framework_TextOutput {} The question is, how to / where will I tell these class names to auto-complete the VIM?
You can make full use of dictionary-based.
-
Enter all your identifiers in a file, / say path / to /project/cssdict.txt .
No comments:
Post a Comment