tomi / vscode-rf-language-server

VSCode extension to support Robot Framework development
MIT License
53 stars 36 forks source link

Change Completion to Robot Framework Best Practices (4 Spaces) #76

Open Snooz82 opened 4 years ago

Snooz82 commented 4 years ago

In the Moment the Code Completion is set to minimum match.

Spaces

Only 2 Spaces instead of 4 Spaces as separator. It would be super cool id the code completion automatically adds 4 spaces between keywords and arguments.

Table Header

*Keywords does work but *** Keywords *** is the recommended syntax It would be nice if the table header are automatically formatted like Pekka recommends.