fortran-lang / vscode-fortran-support

Fortran language support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=fortran-lang.linter-gfortran
MIT License
215 stars 30 forks source link

Copy/paste in fixed form does not preserve indentation #168

Open skjaeve opened 4 years ago

skjaeve commented 4 years ago

Copying and pasting code in fixed form does not preserve indentation. If the first line has a comment marker in the first column, all copied lines are placed in the first column.

modernfortran-fixedformat2

gnikit commented 3 years ago

You can fix this by doing and Undo after your Past i.e. Ctrl+Z, but you are right this is probably a bug